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