root e2ef550dc3 update 2 éve
..
LICENSE e2ef550dc3 update 2 éve
README.md e2ef550dc3 update 2 éve
index.js e2ef550dc3 update 2 éve
package.json e2ef550dc3 update 2 éve
test.js e2ef550dc3 update 2 éve

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