root 3bf41bf355 update 1 anno fa
..
LICENSE 3bf41bf355 update 1 anno fa
README.md 3bf41bf355 update 1 anno fa
index.js 3bf41bf355 update 1 anno fa
package.json 3bf41bf355 update 1 anno fa
test.js 3bf41bf355 update 1 anno 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