@techstark/opencv-js 4.8.0-release.1 → 4.8.0-release.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -2
- package/dist/README.md +20 -1
- package/dist/opencv.js +49 -5
- package/dist/opencv.js.patch +10 -8
- package/package.json +1 -1
package/dist/opencv.js.patch
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
diff --git a/dist/opencv.js b/dist/opencv.js
|
|
2
|
-
index
|
|
2
|
+
index 6339212..5befe7a 100644
|
|
3
3
|
--- a/dist/opencv.js
|
|
4
4
|
+++ b/dist/opencv.js
|
|
5
|
-
@@ -
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
-Module={};
|
|
10
|
-
|
|
11
|
-
|
|
5
|
+
@@ -43,7 +43,7 @@ else if (typeof exports === 'object')
|
|
6
|
+
exports["cv"] = cv;
|
|
7
|
+
|
|
8
|
+
if (typeof Module === 'undefined')
|
|
9
|
+
- Module = {};
|
|
10
|
+
+ var Module = {};
|
|
11
|
+
return cv(Module);
|
|
12
|
+
}));
|
|
13
|
+
|
|
12
14
|
|