npm.io
1.0.1 • Published 10 years ago

hex-to-rgb

Licence
MIT
Version
1.0.1
Deps
0
Vulns
0
Weekly
0
Stars
5

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