]> git.r.bdr.sh - rbdr/lissajous/blame - lib/config.js
Add a few comments
[rbdr/lissajous] / lib / config.js
CommitLineData
32e2eed2
RBR
1/**
2 * The ID of the main canvas
3 */
5f6ef99e 4export const canvasId = 'lissajous';
32e2eed2
RBR
5
6/**
7 * The ID of the settings container
8 */
362f9116 9export const settingsId = 'settings';
5f6ef99e 10
32e2eed2
RBR
11/**
12 * The target FPS of the application
13 */
5f6ef99e 14export const fps = 30;