UNPKG

lib-colors

Version:

Simple node.js library for work with colors

3 lines (2 loc) 103 B
import type { ILAB, IXYZ } from '../lab.interface'; export declare function labToXyz(lab: ILAB): IXYZ;