hex2rgba
Converts hexadecimal to RGBA:
hex2rgba(hexadecimal[, alpha])
Example:
var hex2rgba = ;; // 'rgba(255,0,0,1)'; // 'rgba(186,218,85,0.42)'
Install
$ npm install hex2rgba
Testing
$ npm test$ npm run lint
Converts hexadecimal to RGBA:
hex2rgba(hexadecimal[, alpha])
var hex2rgba = ;; // 'rgba(255,0,0,1)'; // 'rgba(186,218,85,0.42)'
$ npm install hex2rgba
$ npm test$ npm run lint
npm i hex2rgba
3,790
0.0.1
MIT