root 3bf41bf355 update 1 năm trước cách đây
..
LICENSE 3bf41bf355 update 1 năm trước cách đây
README.md 3bf41bf355 update 1 năm trước cách đây
index.js 3bf41bf355 update 1 năm trước cách đây
package.json 3bf41bf355 update 1 năm trước cách đây
test.js 3bf41bf355 update 1 năm trước cách đây

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