Socket
Socket
Sign inDemoInstall

parse-rgb

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    parse-rgb

Parse an rgb color


Version published
Weekly downloads
2.1K
increased by4.56%
Maintainers
1
Install size
3.29 kB
Created
Weekly downloads
 

Readme

Source

parse-rgb Build Status

Parse an rgb() color

Install

$ npm install --save parse-rgb

Usage

var parseRgb = require('parse-rgb');

parseRgb('rgb(34, 50, 2)');
//=> {red: 34, green: 50, blue: 2}

License

MIT © Arthur Verschaeve

Keywords

FAQs

Last updated on 23 May 2015

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