Skip to content

Commit

Permalink
📝
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Sep 2, 2015
1 parent 5e85445 commit 5b375db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ Converts the provided image in ASCII art.
- `width` (Number|String): The width value (default: computed value to keep aspect ratio).
- **Function** `callback`: The callback function.

#### Return
- ****

## How to contribute
Have an idea? Found a bug? See [how to contribute][contributing].

Expand All @@ -105,4 +102,4 @@ a copy of the license.
[website]: http://ionicabizau.net
[docs]: /DOCUMENTATION.md
[paypal-donations]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MG98D7NPFZ3MG
[donate-now]: http://i.imgur.com/jioicaN.png
[donate-now]: http://i.imgur.com/jioicaN.png
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ var Gm = require("gm")
* - `width` (Number|String): The width value (default: computed value to keep aspect ratio).
*
* @param {Function} callback The callback function.
* @return {undefined}
*/
var ImageToAscii = module.exports = function (options, callback) {

Expand Down

0 comments on commit 5b375db

Please sign in to comment.