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