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