moo-color
A javascript class that provides convenience for color parsing and manipulating.
Last updated 4 years ago by archco .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install moo-color 
SYNC missed versions from official npm registry.

MooColor

Node.js CI npm version Downloads

A javascript class that provides convenience for color parsing and manipulating.

Install

npm install moo-color

Usage

import MooColor from 'moo-color';

const color = new MooColor('#f00');

color.whiten(10).toString('hwb'); // returns 'hwb(0, 10%, 0)'

API

Please see MooColor API.

Change Log

CHANGELOG.md

license

MIT License

Current Tags

  • 1.0.3                                ...           latest (4 years ago)

13 Versions

  • 1.0.3                                ...           4 years ago
  • 1.0.2                                ...           6 years ago
  • 1.0.1                                ...           6 years ago
  • 1.0.0                                ...           6 years ago
  • 0.2.4                                ...           8 years ago
  • 0.2.3                                ...           8 years ago
  • 0.2.2                                ...           8 years ago
  • 0.2.1                                ...           8 years ago
  • 0.2.0                                ...           8 years ago
  • 0.1.3                                ...           8 years ago
  • 0.1.2                                ...           8 years ago
  • 0.1.1                                ...           8 years ago
  • 0.1.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (1)
Dev Dependencies (14)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |