UNPKG

colour-swapper

Version:

colour-swapper is a compact and efficient JavaScript library designed for color manipulation and conversion

5 lines (4 loc) 164 B
declare module "colour-swapper" { export function grayscale(color: string): string; export function colorswap(colors: string[], palette: string[]): string[]; }