eplace/src/rooms/canvas/index.js

8 lines
335 B
JavaScript
Raw Normal View History

2026-05-15 11:08:23 +02:00
// 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)