zhanwencai 12d83acadd 更新支付回调 vor 1 Jahr
..
LICENSE 12d83acadd 更新支付回调 vor 1 Jahr
README.md 12d83acadd 更新支付回调 vor 1 Jahr
index.js 12d83acadd 更新支付回调 vor 1 Jahr
package.json 12d83acadd 更新支付回调 vor 1 Jahr
test.js 12d83acadd 更新支付回调 vor 1 Jahr

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