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