File tree Expand file tree Collapse file tree 5 files changed +534
-348
lines changed Expand file tree Collapse file tree 5 files changed +534
-348
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.1.1
2
+ * Updated the JavaScript barcode SDK.
3
+
1
4
## 3.1.0
2
5
* Added a ` rotation ` parameter to ` decodeImageBuffer() ` method.
3
6
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ Install `CMake` and `platform-specific C++ compiler`.
90
90
In ` index.html ` , include:
91
91
92
92
``` html
93
- <script src =" https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-bundle@2.6.1000 /dist/dcv.bundle.min.js" ></script >
93
+ <script src =" https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-bundle@3.0.3001 /dist/dcv.bundle.min.js" ></script >
94
94
```
95
95
96
96
## API Reference
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
+
3
4
< head >
4
5
<!--
5
6
If you are serving your web app in a path other than the root, change the
27
28
< link rel ="apple-touch-icon " href ="icons/Icon-192.png ">
28
29
29
30
<!-- Favicon -->
30
- < link rel ="icon " type ="image/png " href ="favicon.png "/>
31
- < script src ="https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-bundle@2.6.1000 /dist/dcv.bundle.min.js "> </ script >
31
+ < link rel ="icon " type ="image/png " href ="favicon.png " />
32
+ < script src ="https://cdn.jsdelivr.net/npm/dynamsoft-capture-vision-bundle@3.0.3001 /dist/dcv.bundle.min.js "> </ script >
32
33
< title > flutter_barcode_sdk_example</ title >
33
34
< link rel ="manifest " href ="manifest.json ">
34
35
</ head >
36
+
35
37
< body >
36
38
< script src ="flutter_bootstrap.js " async > </ script >
37
39
</ body >
40
+
38
41
</ html >
You can’t perform that action at this time.
0 commit comments