Socket
Socket
Sign inDemoInstall

moo-color

Package Overview
Dependencies
1
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    moo-color

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


Version published
Weekly downloads
1.7M
increased by6.78%
Maintainers
1
Install size
232 kB
Created
Weekly downloads
 

Changelog

Source

1.0.3 - 2022-04-04

  • Lint codes.
  • Fix docs.
  • Update dependencies.

Readme

Source

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

Keywords

FAQs

Last updated on 03 Apr 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc