UNPKG

lib-colors

Version:

Simple node.js library for work with colors

8 lines (6 loc) 106 B
import type { ILAB } from '../lab.interface'; export const colorLAB: ILAB = { l: 0, a: 0, b: 0, };