UNPKG

yiq

Version:

Returns light when a color is dark and dark when a color is light (and a little more).

9 lines (8 loc) 187 B
export interface YiqOptions { colors: { light: string; dark: string; }; threshold: number; } export declare type YiqUserOptions = Partial<YiqOptions>;