aboutsummaryrefslogtreecommitdiff
path: root/lib/config.js
blob: 9e060f70ed47c3bf671774172173106ddd9ecfee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
  * The ID of the main canvas
  */
export const canvasId = 'lissajous';

/**
  * The ID of the settings container
  */
export const settingsId = 'settings';

/**
  * The target FPS of the application
  */
export const fps = 30;