@techstark/opencv-js 4.5.4-release.1 → 4.6.0-release.1
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 +1200 -3
- package/dist/README.md +13 -0
- package/dist/opencv.js +2 -2
- package/dist/opencv.js.patch +14 -0
- package/package.json +1 -1
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
diff --git a/dist/opencv.js b/dist/opencv.js
|
|
2
|
+
index b350408..29049b3 100644
|
|
3
|
+
--- a/dist/opencv.js
|
|
4
|
+
+++ b/dist/opencv.js
|
|
5
|
+
@@ -42,7 +42,7 @@ if (typeof exports === 'object' && typeof module === 'object')
|
|
6
|
+
exports["cv"] = cv;
|
|
7
|
+
|
|
8
|
+
if (typeof Module === 'undefined')
|
|
9
|
+
- Module = {};
|
|
10
|
+
+ var Module = {};
|
|
11
|
+
return cv(Module);
|
|
12
|
+
}));
|
|
13
|
+
|
|
14
|
+
|