adjust hashbadge ranges

This commit is contained in:
Tomáš Mládek 2021-12-21 23:09:36 +01:00
parent 0d30465f32
commit ec3a0fe529
No known key found for this signature in database
GPG key ID: ED21612889E75EC5

View file

@ -21,8 +21,8 @@
return;
}
const hueRange = 60;
const hueCenter = 90 + bytes.length * 3;
const hueRange = 120;
const hueCenter = 90 + bytes.length * 2.5;
let idx = 0;
function draw() {