text-hex

Generate a hex color from the given text

MIT 2 个版本
安装
npm install text-hex
yarn add text-hex
pnpm add text-hex
bun add text-hex
README

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

版本列表
1.0.0 2018-07-17
0.0.0 2014-05-29