|
преди 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