|
7 bulan lalu | |
---|---|---|
.. | ||
LICENSE | 7 bulan lalu | |
README.md | 7 bulan lalu | |
index.js | 7 bulan lalu | |
package.json | 7 bulan lalu | |
test.js | 7 bulan lalu |
Transforms a given piece of text to a hex color.
npm install text-hex
var hex = require('text-hex');
console.log(hex('foo'));
MIT