chengkaiqiang e6b2cb2e99 DYZBC_20250121 1 ماه پیش
..
LICENSE e6b2cb2e99 DYZBC_20250121 1 ماه پیش
README.md e6b2cb2e99 DYZBC_20250121 1 ماه پیش
index.js e6b2cb2e99 DYZBC_20250121 1 ماه پیش
package.json e6b2cb2e99 DYZBC_20250121 1 ماه پیش
test.js e6b2cb2e99 DYZBC_20250121 1 ماه پیش

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