]> git.r.bdr.sh - rbdr/lissajous/blobdiff - lib/config.js
Add a few comments
[rbdr/lissajous] / lib / config.js
index bb8e11e71242e903099e25bccefcb95a6ecc8d77..9e060f70ed47c3bf671774172173106ddd9ecfee 100644 (file)
@@ -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;