added unit testing, and started implementing unit tests...phew
This commit is contained in:
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
|
Reference in New Issue
Block a user