Generate a hex color from the given text
npm install text-hex
yarn add text-hex
pnpm add text-hex
bun add text-hex
Transforms a given piece of text to a hex color.
var hex = require('text-hex'); console.log(hex('foo'));
MIT