0.0.1 • Published 3 years ago
perctohex v0.0.1
perctohex
Converts percentage value p to hex value.
Installation
$ npm install perctohexAPI
var percToHex = require('perctohex');
percToHex(85); // 85%
// => 'D9'Running tests
$ npm testConverts percentage value p to hex value.
$ npm install perctohexvar percToHex = require('perctohex');
percToHex(85); // 85%
// => 'D9'$ npm test