recipe-backend/node_modules/text-hex
2026-02-22 07:25:43 +01:00
..
index.js update node_modules 2026-02-22 07:25:43 +01:00
LICENSE update node_modules 2026-02-22 07:25:43 +01:00
package.json update node_modules 2026-02-22 07:25:43 +01:00
README.md update node_modules 2026-02-22 07:25:43 +01:00
test.js update node_modules 2026-02-22 07:25:43 +01:00

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