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