X-Git-Url: https://git.r.bdr.sh/rbdr/lissajous/blobdiff_plain/5f6ef99eae91f53239f08143cead1249893fef81..HEAD:/lib/config.js diff --git a/lib/config.js b/lib/config.js index bb8e11e..9e060f7 100644 --- a/lib/config.js +++ b/lib/config.js @@ -1,3 +1,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;