perctohex
v0.0.1
Published
Converts percentage value `p` to hex value.
Readme
perctohex
Converts percentage value p to hex value.
Installation
$ npm install perctohexAPI
var percToHex = require('perctohex');
percToHex(85); // 85%
// => 'D9'Running tests
$ npm test