root 3bf41bf355 update před 2 roky
..
LICENSE 3bf41bf355 update před 2 roky
README.md 3bf41bf355 update před 2 roky
index.js 3bf41bf355 update před 2 roky
package.json 3bf41bf355 update před 2 roky
test.js 3bf41bf355 update před 2 roky

README.md

text-hex

Transforms a given piece of text to a hex color.

Install

npm install text-hex

Usage

var hex = require('text-hex');
console.log(hex('foo'));

License

MIT