![]() |
пре 2 месеци | |
---|---|---|
.. | ||
LICENSE | пре 2 месеци | |
README.md | пре 2 месеци | |
index.js | пре 2 месеци | |
package.json | пре 2 месеци | |
test.js | пре 2 месеци |
Transforms a given piece of text to a hex color.
npm install text-hex
var hex = require('text-hex');
console.log(hex('foo'));
MIT