UNPKG

kitchen-color-studio

Version:

an open-source color editor for designing color system

5 lines (4 loc) 265 B
export declare const hexToHct: any; export declare const hctToHex: (hct: number[]) => string; export declare const toHctString: (hex: string, alpha?: boolean) => string; export declare const toCtsString: (color1: string, color2: string, alpha?: boolean) => string;