|
|
hexCache.set(value, chroma(value).hex())
|
|
hexCache.set(value, chroma(value).hex())
|
|
|
const mixHex = (a: string, b: string, ratio = 0.5): string => chroma.mix(a, b, ratio).hex()
|
|
const mixHex = (a: string, b: string, ratio = 0.5): string => chroma.mix(a, b, ratio).hex()
|