contrastrast
Version:
A lightweight tool that parses color strings and recommends text contrast based on WCAG Standards
6 lines (5 loc) • 361 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.textContrastForBGColor = void 0;
var textContrastForBGColor_js_1 = require("./modules/textContrastForBGColor.js");
Object.defineProperty(exports, "textContrastForBGColor", { enumerable: true, get: function () { return textContrastForBGColor_js_1.textContrastForBGColor; } });