added support for static content, added jigsaw puzzle

This commit is contained in:
Kevin Jahns
2015-12-02 15:58:22 +01:00
parent 3a55ca4f21
commit 0db7fe5d46
3 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ type DbOptions = MemoryOptions | IndexedDBOptions
type WebRTCOptions = {
name: 'webrtc',
room: string
}
}
type WebsocketsClientOptions = {
name: 'websockets-client',
room: string