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