root 3bf41bf355 update há 1 ano atrás
..
LICENSE 3bf41bf355 update há 1 ano atrás
README.md 3bf41bf355 update há 1 ano atrás
index.js 3bf41bf355 update há 1 ano atrás
package.json 3bf41bf355 update há 1 ano atrás
test.js 3bf41bf355 update há 1 ano atrás

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