UNPKG

huefree

Version:

HueFree provides a suite of utility functions specifically designed to facilitate color manipulation and transformation, particularly with an emphasis on accommodating color blindness. It includes methods for converting color representations, applying col

13 lines (12 loc) 289 B
const path = require('path'); module.exports = { mode: 'production', entry: './huefree.js', output: { path: path.resolve(__dirname, 'dist'), filename: 'huefree.js', library: 'huefree', libraryTarget: 'umd', globalObject: 'this' } };