Package detail

text-hex

3rd-Eden45.2mMIT1.0.0

Generate a hex color from the given text

css, color, hex, text

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