Files
lcbp3.np-dms.work/backend/node_modules/text-hex/README.md
2025-09-21 20:29:15 +07:00

21 lines
197 B
Markdown
Executable File

# 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