UNPKG

contrastrast

Version:

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

4 lines 235 B
import { ContrastrastOptions } from "./types/contrastrastOptionts.types.js"; export declare const CONTRAST_THRESHOLD = 124; export declare const DEFAULT_CONTRASTRAST_OPTIONS: ContrastrastOptions; //# sourceMappingURL=constants.d.ts.map