update node_modules
This commit is contained in:
parent
4889aac148
commit
195fbc52ad
431 changed files with 52587 additions and 0 deletions
20
node_modules/text-hex/README.md
generated
vendored
Normal file
20
node_modules/text-hex/README.md
generated
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue