@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/dist/README.md ADDED
@@ -0,0 +1,13 @@
1
+ ## Patch opencv.js
2
+
3
+ - To create a patch for the current version of opencv.js, run:
4
+
5
+ ```
6
+ git diff > dist/opencv.js.patch
7
+ ```
8
+
9
+ - To apply the patch, run:
10
+
11
+ ```
12
+ git apply dist/opencv.js.patch
13
+ ```