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