wangqi49 b1225cb716 ai助手更新 преди 4 дни
..
LICENSE b1225cb716 ai助手更新 преди 4 дни
README.md b1225cb716 ai助手更新 преди 4 дни
index.js b1225cb716 ai助手更新 преди 4 дни
package.json b1225cb716 ai助手更新 преди 4 дни
test.js b1225cb716 ai助手更新 преди 4 дни

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