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