SYMBOL INDEX (16 symbols across 6 files) FILE: common/constants/canvasSize.ts constant CANVAS_SIZE (line 1) | const CANVAS_SIZE = { FILE: common/constants/colors.ts constant COLORS (line 1) | const COLORS = { constant COLORS_ARRAY (line 15) | const COLORS_ARRAY = [...Object.values(COLORS)]; FILE: common/constants/defaultMove.ts constant DEFAULT_MOVE (line 3) | const DEFAULT_MOVE: Move = { FILE: common/constants/easings.ts constant DEFAULT_EASE (line 1) | const DEFAULT_EASE = [0.6, 0.01, -0.05, 0.9]; FILE: common/recoil/room/room.atom.ts constant DEFAULT_ROOM (line 5) | const DEFAULT_ROOM = { FILE: common/types/global.ts type Shape (line 3) | type Shape = 'line' | 'circle' | 'rect' | 'image'; type CtxMode (line 4) | type CtxMode = 'eraser' | 'draw' | 'select'; type CtxOptions (line 6) | interface CtxOptions { type Move (line 20) | interface Move { type Room (line 40) | type Room = { type User (line 46) | interface User { type ClientRoom (line 51) | interface ClientRoom { type MessageType (line 59) | interface MessageType { type ServerToClientEvents (line 67) | interface ServerToClientEvents { type ClientToServerEvents (line 81) | interface ClientToServerEvents {