UNPKG

contrastrast

Version:

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

3 lines 179 B
import { RGBValues } from "../types/RGB.types.js"; export declare const getRGBFromColorString: (colorString: string) => RGBValues; //# sourceMappingURL=colorStringParsers.d.ts.map