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