root 3bf41bf355 update | 1 rok temu | |
---|---|---|
.. | ||
LICENSE | 1 rok temu | |
README.md | 1 rok temu | |
index.js | 1 rok temu | |
package.json | 1 rok temu | |
test.js | 1 rok temu |
Transforms a given piece of text to a hex color.
npm install text-hex
var hex = require('text-hex');
console.log(hex('foo'));
MIT