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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i hex-to-rgb

    Weekly Downloads

    21,522

    Version

    1.0.1

    License

    MIT

    Last publish

    Collaborators

    • scottcorgan