text-hex
v1.0.0
Published
Generate a hex color from the given text
Downloads
40,889,374
Readme
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