UNPKG

contrast-ratio-checker

Version:

A package based on WCAG 2.0 to easily check contrast ratio.

11 lines (10 loc) 237 B
module.exports = { entry: "./dist/index.js", mode: "production", output: { filename: "index.js", library: "ContrastRatioChecker", libraryTarget: "umd", globalObject: "this", }, }