[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[TXT]README.md2025-10-29 15:57 197 38d15e7 removed strapi.query from api controllers to repair migration on dev server? [كارل مبارك]
[   ]test.js2025-10-29 15:57 291  
[   ]index.js2025-10-29 15:57 477  
[   ]package.json2025-10-29 15:57 640  
[   ]LICENSE2025-10-29 15:57 1.1K 
# 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