From 5b375db9722142809b552c93513cc188de375f98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Wed, 2 Sep 2015 09:42:47 +0300 Subject: [PATCH] :memo: --- README.md | 5 +---- lib/index.js | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index e7f13e2..7ea87bd 100644 --- a/README.md +++ b/README.md @@ -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]. @@ -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 \ No newline at end of file diff --git a/lib/index.js b/lib/index.js index 0f93154..829d0ee 100644 --- a/lib/index.js +++ b/lib/index.js @@ -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) {