UNPKG

lib-colors

Version:

Simple node.js library for work with colors

4 lines (3 loc) 155 B
import type { ILAB } from '../../lab/lab.interface'; import type { ICMYK } from '../cmyk.interface'; export declare function cmykToLab(cmyk: ICMYK): ILAB;