perctohex

0.0.1 • Public • Published

perctohex

Converts percentage value p to hex value.

Installation

$ npm install perctohex

API

var percToHex = require('perctohex');

percToHex(85); // 85%
// => 'D9'

Running tests

$ npm test

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i perctohex

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

2.92 kB

Total Files

6

Last publish

Collaborators

  • yefremov