![]() |
há 2 anos atrás | |
---|---|---|
.. | ||
LICENSE | há 2 anos atrás | |
README.md | há 2 anos atrás | |
index.js | há 2 anos atrás | |
package.json | há 2 anos atrás | |
test.js | há 2 anos 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