UNPKG

alwan

Version:

A simple, lightweight, customizable, touch friendly color picker, written in vanilla javascript with zero dependencies.

3 lines (2 loc) 176 B
import type { HSLA, RGBA, colorDetails, colorFormat } from "./types"; export declare const stringify: (color: colorDetails | HSLA | RGBA, format?: colorFormat | "") => string;