Skip to content

Commit aff2189

Browse files
committed
Updated the JavaScript barcode SDK.
1 parent 2f84d34 commit aff2189

File tree

5 files changed

+534
-348
lines changed

5 files changed

+534
-348
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.1.1
2+
* Updated the JavaScript barcode SDK.
3+
14
## 3.1.0
25
* Added a `rotation` parameter to `decodeImageBuffer()` method.
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Install `CMake` and `platform-specific C++ compiler`.
9090
In `index.html`, include:
9191

9292
```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>
9494
```
9595

9696
## API Reference

example/web/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!DOCTYPE html>
22
<html>
3+
34
<head>
45
<!--
56
If you are serving your web app in a path other than the root, change the
@@ -27,12 +28,14 @@
2728
<link rel="apple-touch-icon" href="icons/Icon-192.png">
2829

2930
<!-- 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>
3233
<title>flutter_barcode_sdk_example</title>
3334
<link rel="manifest" href="manifest.json">
3435
</head>
36+
3537
<body>
3638
<script src="flutter_bootstrap.js" async></script>
3739
</body>
40+
3841
</html>

0 commit comments

Comments
 (0)