1.0.0 • Published 6 years ago

text-hex v1.0.0

Weekly downloads
3,544,632
License
MIT
Repository
github
Last release
6 years ago

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