[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[   ]LICENSE1985-10-26 08:15 1.1K 
[TXT]README.md1985-10-26 08:15 197 d7c1522 post receive test [كارل مبارك]
[   ]index.js1985-10-26 08:15 477  
[   ]package.json2023-06-15 18:21 1.4K 
[   ]test.js1985-10-26 08:15 291  
# 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