UNPKG

contrastrast

Version:

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

6 lines (5 loc) 150 B
export const CONTRAST_THRESHOLD = 124; export const DEFAULT_CONTRASTRAST_OPTIONS = { fallbackOption: "dark", throwErrorOnUnhandled: false, };