3.0.1 • Published 7 years ago
color-functions v3.0.1
color-functions
Color functions for node and browser (via browserify, webpack, ...)
Installation
npm install color-functions --save
# or
yarn add color-functionsUsage
// commonjs
const { hex2rgb } = require('color-functions');
// es module
import { hex2rgb, cssColor } from 'color-functions';
import * as cf from 'color-functions';Available functions
cssColor: parse a valid css color value to rgba formathex2hslhex2rgbhsl2hsvhsl2rgbhsv2hexhsv2hslhsv2rgbrgb2hexrgb2hsvrgbargba2hexrgba2rgb
check test for more examples
License
MIT