@techstark/opencv-js 4.5.5-release.2 → 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 +7 -3
- package/dist/opencv.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
# opencv-js
|
|
2
2
|
|
|
3
|
-
OpenCV JavaScript version (NPM package) for node.js or browser. The file `opencv.js` was downloaded from https://docs.opencv.org/4.
|
|
3
|
+
OpenCV JavaScript version (NPM package) for node.js or browser. The file `opencv.js` was downloaded from https://docs.opencv.org/4.6.0/opencv.js
|
|
4
4
|
|
|
5
5
|
TypeScript is supported (thanks to `mirada`).
|
|
6
6
|
|
|
7
|
-
# Examples
|
|
7
|
+
# Code Examples
|
|
8
|
+
|
|
9
|
+
- See code examples (React, Angular) in [opencv-js-examples](https://github.com/TechStark/opencv-js-examples)
|
|
10
|
+
|
|
11
|
+
# Live Demo
|
|
8
12
|
|
|
9
13
|
## Using in react.js project
|
|
10
14
|
|
|
@@ -46,7 +50,7 @@ module.exports = {
|
|
|
46
50
|
};
|
|
47
51
|
```
|
|
48
52
|
|
|
49
|
-
# What methods/
|
|
53
|
+
# What methods/properties are available
|
|
50
54
|
|
|
51
55
|
```js
|
|
52
56
|
import cv from "@techstark/opencv-js";
|