chengkaiqiang e6b2cb2e99 DYZBC_20250121 3 months ago
..
LICENSE e6b2cb2e99 DYZBC_20250121 3 months ago
README.md e6b2cb2e99 DYZBC_20250121 3 months ago
index.js e6b2cb2e99 DYZBC_20250121 3 months ago
package.json e6b2cb2e99 DYZBC_20250121 3 months ago
test.js e6b2cb2e99 DYZBC_20250121 3 months ago

README.md

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