X-Git-Url: https://git.r.bdr.sh/rbdr/lissajous/blobdiff_plain/362f91160b243453578633e3f9af67ce40179d8c..32e2eed2a003c9be98f344ae70248139162b6969:/lib/config.js diff --git a/lib/config.js b/lib/config.js index e8fa3c9..9e060f7 100644 --- a/lib/config.js +++ b/lib/config.js @@ -1,4 +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;