8 lines
335 B
JavaScript
8 lines
335 B
JavaScript
|
|
// 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)
|