wangqi49 b1225cb716 ai助手更新 il y a 4 jours
..
LICENSE b1225cb716 ai助手更新 il y a 4 jours
README.md b1225cb716 ai助手更新 il y a 4 jours
index.js b1225cb716 ai助手更新 il y a 4 jours
package.json b1225cb716 ai助手更新 il y a 4 jours
test.js b1225cb716 ai助手更新 il y a 4 jours

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