itcast 6e512b8ce6 aaaa 3 ヶ月 前
..
LICENSE 6e512b8ce6 aaaa 3 ヶ月 前
README.md 6e512b8ce6 aaaa 3 ヶ月 前
index.js 6e512b8ce6 aaaa 3 ヶ月 前
package.json 6e512b8ce6 aaaa 3 ヶ月 前
test.js 6e512b8ce6 aaaa 3 ヶ月 前

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