root 3bf41bf355 update | пре 1 година | |
---|---|---|
.. | ||
LICENSE | пре 1 година | |
README.md | пре 1 година | |
index.js | пре 1 година | |
package.json | пре 1 година | |
test.js | пре 1 година |
Transforms a given piece of text to a hex color.
npm install text-hex
var hex = require('text-hex');
console.log(hex('foo'));
MIT