root e2ef550dc3 update 2 年之前
..
LICENSE e2ef550dc3 update 2 年之前
README.md e2ef550dc3 update 2 年之前
index.js e2ef550dc3 update 2 年之前
package.json e2ef550dc3 update 2 年之前
test.js e2ef550dc3 update 2 年之前

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