Color functions for node and browser
npm install @swiftcarrot/color-fns --saveyarn add @swiftcarrot/color-fns
// commonjsconst { hex2rgb } = require('@swiftcarrot/color-fns');// es moduleimport { hex2rgb, cssColor } from '@swiftcarrot/color-fns';import * as fns from '@swiftcarrot/color-fns';
cssColor: parse a valid css color value to rgba formathex2hslhex2rgbhsl2hsvhsl2rgbhsv2hexhsv2hslhsv2rgbrgb2hexrgb2hsvrgbargba2hexrgba2rgbcheck test for more examples
MIT