itcast 6e512b8ce6 aaaa vor 11 Monaten
..
LICENSE 6e512b8ce6 aaaa vor 11 Monaten
README.md 6e512b8ce6 aaaa vor 11 Monaten
index.js 6e512b8ce6 aaaa vor 11 Monaten
package.json 6e512b8ce6 aaaa vor 11 Monaten
test.js 6e512b8ce6 aaaa vor 11 Monaten

README.md

text-hex

Transforms a given piece of text to a hex color.

Install

npm install text-hex

Usage

var hex = require('text-hex');
console.log(hex('foo'));

License

MIT