UNPKG

contrastrast

Version:

A lightweight tool that parses color strings and recommends text contrast based on WCAG Standards

6 lines 113 B
export type RGBValues = { r: number; g: number; b: number; }; //# sourceMappingURL=RGB.types.d.ts.map