UNPKG

lib-colors

Version:

Simple node.js library for work with colors

8 lines (6 loc) 110 B
import type { ILAB } from '../lab.interface'; export const maxLAB: ILAB = { l: 100, a: 127, b: 127, };