UNPKG

@youtwitface/ntcjs

Version:

A Node CommonJS compatible wrapper for the Name That Color library (ntc js) - http://chir.ag/projects/ntc/

3 lines (2 loc) 160 B
export declare const rgb: (color: string, divider?: number) => [number, number, number]; export declare const hsl: (color: string) => [number, number, number];