UNPKG

pigmentjs

Version:

A zero-dependency colour organisation, creation and manipulation library built for web developers.

7 lines (6 loc) 259 B
import { Pigment as pi } from "./pigment"; import { Palette as pa } from "./palette"; export declare const Palette: (c: string | pi) => pa; export declare const Pigment: (c?: string) => pi; declare const _default: (c?: string) => pi; export default _default;