hex-to-rgb
Convert color hex value to rgbInstall
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
npm install hex-to-rgb --save
var hexToRgb = require('hex-to-rgb');
console.log(hexToRgb('000000'));
console.log(hexToRgb('#ffffff'));
npm install
npm test
Bytes is a JavaScript newsletter you'll actually enjoy reading.
Delivered every Monday, for free.