UNPKG

khroma

Version:

A collection of functions for manipulating CSS colors, inspired by SASS.

8 lines (7 loc) 161 B
declare const DEC2HEX: Record<number, string>; declare const TYPE: { readonly ALL: 0; readonly RGB: 1; readonly HSL: 2; }; export { DEC2HEX, TYPE };