UNPKG

lib-colors

Version:

Simple node.js library for work with colors

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