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