• File: README.md
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/text-hex/README.md
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 197 bytes
  • MIME-type: text/plain
  • Charset: utf-8
# text-hex

Transforms a given piece of text to a hex color.

## Install

```
npm install text-hex
```

## Usage

```js
var hex = require('text-hex');
console.log(hex('foo'));
```

## License

MIT