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