hex-to-rgb-string

1.0.0 • Public • Published

Hex to RGB String Build Status

Usage

$ npm install hex-to-rgb-string

var hexToRgbString = require('hex-to-rgb-string');

console.log(hexToRgbString('#0099ff')); // rgb(0, 153, 255);

console.log(hexToRgbString('#bde', true)); // rgba(187, 221, 239, 1);

Readme

Keywords

Package Sidebar

Install

npm i hex-to-rgb-string

Weekly Downloads

9

Version

1.0.0

License

MIT

Last publish

Collaborators

  • gabigrin