hex-to-rgb

1.0.1 • Public • Published

hex-to-rgb

Convert color hex value to rgb

Install

npm install hex-to-rgb --save

Usage

var hexToRgb = require('hex-to-rgb');
 
console.log(hexToRgb('000000'));
console.log(hexToRgb('#ffffff'));

Run Tests

npm install
npm test

Readme

Keywords

none

Package Sidebar

Install

npm i hex-to-rgb

Weekly Downloads

22,801

Version

1.0.1

License

MIT

Last publish

Collaborators

  • scottcorgan