remove node_modules

This commit is contained in:
2025-09-28 21:51:08 +02:00
parent c0bf16fecb
commit 49fe0dabf4
3 changed files with 3 additions and 2 deletions

1
test/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
node_modules/

View File

@@ -32,7 +32,7 @@ let hue = 0;
const SAT = 1.0; // full saturation
const VAL = 1.0; // full value
const BRIGHTNESS = 128;
const UPDATE_RATE = 100; // 100 ms
const UPDATE_RATE = 100; // ms
let timer = null;