UNPKG

hex2rgb

Version:

Converts hex color to rgb and calculates appropriate corresponding foreground.

17 lines 268 B
{ "env": { "browser": true, "node": true }, "rules": { "strict": 0, "quotes": [2, "single"], "eol-last": [0], "no-mixed-requires": [0], "no-underscore-dangle": [0], "no-unused-vars": 0 }, "globals": { "hex2rgb": true } }