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