@techstark/opencv-js 4.7.0-release.1 → 4.8.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 +1 -1
- package/dist/README.md +2 -1
- package/dist/opencv.js +5 -48
- package/dist/opencv.js.patch +8 -10
- package/package.json +1 -1
package/dist/opencv.js.patch
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
diff --git a/dist/opencv.js b/dist/opencv.js
|
|
2
|
-
index
|
|
2
|
+
index ec41b85..49c466a 100644
|
|
3
3
|
--- a/dist/opencv.js
|
|
4
4
|
+++ b/dist/opencv.js
|
|
5
|
-
@@ -
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}));
|
|
13
|
-
|
|
5
|
+
@@ -2,4 +2,4 @@
|
|
6
|
+
module.exports=cv;else if(typeof define==='function'&&define['amd'])
|
|
7
|
+
define([],function(){return cv;});else if(typeof exports==='object')
|
|
8
|
+
exports["cv"]=cv;if(typeof Module==='undefined')
|
|
9
|
+
-Module={};return cv(Module);}));
|
|
10
|
+
|
|
11
|
+
+var Module={};return cv(Module);}));
|
|
14
12
|
|