hex-to-rgb
v1.0.1
Published
Convert color hex value to rgb
Downloads
96,799
Readme
hex-to-rgb
Convert color hex value to rgb
Install
npm install hex-to-rgb --saveUsage
var hexToRgb = require('hex-to-rgb');
console.log(hexToRgb('000000'));
console.log(hexToRgb('#ffffff'));Run Tests
npm install
npm test