given files
This commit is contained in:
parent
9bf88844e9
commit
a2c31f873d
48 changed files with 10458 additions and 0 deletions
7
src/rooms/canvas/index.js
Normal file
7
src/rooms/canvas/index.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// FIXME: This file should handle the room canvas API
|
||||
// Link buttons to their respective functions
|
||||
// Functions may include:
|
||||
// - getCanvas (get the canvas of a room and deserialize it)
|
||||
// - subscribeToRoom (subscribe to the stream of a room)
|
||||
// - getPixelInfo (get the pixel info of a room)
|
||||
// - placePixel (place a pixel in a room)
|
||||
Loading…
Add table
Add a link
Reference in a new issue