text-hex

Generate a hex color from the given text


Keywords
css, color, hex, text
License
MIT
Install
npm install text-hex@0.0.0

Documentation

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