UNPKG

string-similarity-coloring

Version:

Color a given set of N strings into a set of M<N color classes

3 lines (2 loc) 85 B
import { Color } from './ColorSet'; export declare function hsl(hex: string): Color;