root e2ef550dc3 update il y a 2 ans
..
LICENSE e2ef550dc3 update il y a 2 ans
README.md e2ef550dc3 update il y a 2 ans
index.js e2ef550dc3 update il y a 2 ans
package.json e2ef550dc3 update il y a 2 ans
test.js e2ef550dc3 update il y a 2 ans

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