UNPKG

contrastrast

Version:

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

5 lines 168 B
export type ContrastrastOptions = { fallbackOption: "dark" | "light"; throwErrorOnUnhandled: boolean; }; //# sourceMappingURL=contrastrastOptions.types.d.ts.map