UNPKG

lib-colors

Version:

Simple node.js library for work with colors

8 lines (7 loc) 105 B
export interface ICMYK { c: number; m: number; y: number; k: number; a?: number | undefined; }