UNPKG

@e280/authlocal

Version:

User-sovereign login system for everybody

5 lines (4 loc) 233 B
/** derive a hue (integer 0-359) from a hex id */ export declare function idHue(id: string, byteIndex?: number): number; /** derive an hsl color from a hex id */ export declare function idHsl(id: string, byteIndex?: number): string;