root 3bf41bf355 update 1 年間 前
..
LICENSE 3bf41bf355 update 1 年間 前
README.md 3bf41bf355 update 1 年間 前
index.js 3bf41bf355 update 1 年間 前
package.json 3bf41bf355 update 1 年間 前
test.js 3bf41bf355 update 1 年間 前

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