Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 197 Bytes

File metadata and controls

20 lines (13 loc) · 197 Bytes

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