root e2ef550dc3 update 2 anni fa
..
LICENSE e2ef550dc3 update 2 anni fa
README.md e2ef550dc3 update 2 anni fa
index.js e2ef550dc3 update 2 anni fa
package.json e2ef550dc3 update 2 anni fa
test.js e2ef550dc3 update 2 anni fa

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