刘琳琳 97c35fdf0d 航汇HHArome小程序容器演示 | 2 months ago | |
---|---|---|
.. | ||
LICENSE | 2 months ago | |
README.md | 2 months ago | |
index.js | 2 months ago | |
package.json | 2 months ago | |
test.js | 2 months ago |
Transforms a given piece of text to a hex color.
npm install text-hex
var hex = require('text-hex');
console.log(hex('foo'));
MIT