@swiftcarrot/color-fns
color functions for node and browser
Last updated 5 years ago by adjusted .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ npm install @swiftcarrot/color-fns 
SYNC missed versions from official npm registry.

@swiftcarrot/color-fns

npm npm Build Status codecov styled with prettier

Color functions for node and browser

Installation

npm install @swiftcarrot/color-fns --save
yarn add @swiftcarrot/color-fns

Usage

// commonjs
const { hex2rgb } = require('@swiftcarrot/color-fns');

// es module
import { hex2rgb, cssColor } from '@swiftcarrot/color-fns';
import * as fns from '@swiftcarrot/color-fns';

Available functions

  • cssColor: parse a valid css color value to rgba format
  • hex2hsl
  • hex2hsv
  • hex2rgb
  • hsl2hsv
  • hsl2rgb
  • hsv2hex
  • hsv2hsl
  • hsv2rgb
  • rgb2hex
  • rgb2hsv
  • rgba
  • rgba2hex
  • rgba2rgb

check test for more examples

License

MIT

Current Tags

  • 3.2.0                                ...           latest (4 years ago)

7 Versions

  • 3.2.0                                ...           4 years ago
  • 3.1.2                                ...           4 years ago
  • 3.1.1                                ...           4 years ago
  • 3.1.0                                ...           5 years ago
  • 3.0.4                                ...           5 years ago
  • 3.0.3                                ...           5 years ago
  • 3.0.2                                ...           5 years ago
Maintainers (1)
Downloads
Total 1
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (9)
Dependents (1)

© 2010 - cnpmjs.org x YWFE | Home | YWFE