From 9e062ee770493922c112b4c66bf27b2bf2117a14 Mon Sep 17 00:00:00 2001 From: ColonelParrot <65585002+ColonelParrot@users.noreply.github.com> Date: Mon, 8 May 2023 17:17:54 -0400 Subject: [PATCH] jscanify: bump to 1.1 --- src/jscanify.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/jscanify.js b/src/jscanify.js index 2aab57f..14675df 100644 --- a/src/jscanify.js +++ b/src/jscanify.js @@ -1,4 +1,4 @@ -/*! jscanify v1.0.0 | (c) ColonelParrot and other contributors | MIT License */ +/*! jscanify v1.1.0 | (c) ColonelParrot and other contributors | MIT License */ (function (global, factory) { typeof exports === "object" && typeof module !== "undefined" @@ -24,7 +24,7 @@ /** * Finds the contour of the paper within the image - * @param {*} img image to process + * @param {*} img image to process (cv.Mat) * @returns the biggest contour inside the image */ findPaperContour(img) { @@ -267,8 +267,5 @@ } - if (typeof module !== "undefined") { - module.exports = { jscanify }; - } return jscanify; -}); +}); \ No newline at end of file