wangqi49 b1225cb716 ai助手更新 4 dní pred
..
LICENSE b1225cb716 ai助手更新 4 dní pred
README.md b1225cb716 ai助手更新 4 dní pred
index.js b1225cb716 ai助手更新 4 dní pred
package.json b1225cb716 ai助手更新 4 dní pred
test.js b1225cb716 ai助手更新 4 dní pred

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