刘琳琳 97c35fdf0d 航汇HHArome小程序容器演示 há 2 meses atrás
..
LICENSE 97c35fdf0d 航汇HHArome小程序容器演示 há 2 meses atrás
README.md 97c35fdf0d 航汇HHArome小程序容器演示 há 2 meses atrás
index.js 97c35fdf0d 航汇HHArome小程序容器演示 há 2 meses atrás
package.json 97c35fdf0d 航汇HHArome小程序容器演示 há 2 meses atrás
test.js 97c35fdf0d 航汇HHArome小程序容器演示 há 2 meses atrás

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