name-color increase max color length

This commit is contained in:
mehbark 2024-07-11 01:17:02 -04:00
parent 758f0811d8
commit f28059966e

View file

@ -19,7 +19,7 @@ const MAX_AGE_MS = 10 * 60 * 1000;
// > "light-dark(oklab(000, 000, 000), oklab(255, 255, 255))".length // > "light-dark(oklab(000, 000, 000), oklab(255, 255, 255))".length
// 54 // 54
const MAX_COLOR_LEN = 256; const MAX_COLOR_LEN = 512;
const colors: Record< const colors: Record<
string, string,