feat: do not store each infos of each node
This commit is contained in:
@@ -31,7 +31,7 @@ function toHex({ r, g, b }) {
|
||||
let hue = 0;
|
||||
const SAT = 1.0; // full saturation
|
||||
const VAL = 1.0; // full value
|
||||
const BRIGHTNESS = 128;
|
||||
const BRIGHTNESS = 80;
|
||||
const UPDATE_RATE = 100; // ms
|
||||
|
||||
let timer = null;
|
||||
|
||||
Reference in New Issue
Block a user