UNPKG

contrastrast

Version:

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

9 lines (8 loc) 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_CONTRASTRAST_OPTIONS = exports.CONTRAST_THRESHOLD = void 0; exports.CONTRAST_THRESHOLD = 124; exports.DEFAULT_CONTRASTRAST_OPTIONS = { fallbackOption: "dark", throwErrorOnUnhandled: false, };