UNPKG

jc-color

Version:

A JavaScript tool for color compute and console print tool both for NodeJS and Browser.

5 lines (4 loc) 153 B
import type { ColorsDict } from "../types"; declare const colorsDict: ColorsDict; declare const colorNames: string[]; export { colorsDict, colorNames };