Skip to content

Commit 13f5b52

Browse files
committed
v8.4
1 parent b5e366d commit 13f5b52

File tree

124 files changed

+3671
-2589
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+3671
-2589
lines changed

README.html

Lines changed: 877 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ The complete code of the "Hello World" example is shown below
5656
<html>
5757

5858
<body>
59-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.5/dist/dbr.js"></script>
60-
<script>
59+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.4.0/dist/dbr.js"></script>
60+
<script>
6161
// initializes and uses the library
6262
let scanner = null;
6363
(async () => {
@@ -123,13 +123,13 @@ The simplest way to include the library is to use either the [jsDelivr](https://
123123
* jsDelivr
124124

125125
``` html
126-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.5/dist/dbr.js"></script>
126+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.4.0/dist/dbr.js"></script>
127127
```
128128

129129
* UNPKG
130130

131131
``` html
132-
<script src="https://unpkg.com/dynamsoft-javascript-barcode@8.2.5/dist/dbr.js"></script>
132+
<script src="https://unpkg.com/dynamsoft-javascript-barcode@8.4.0/dist/dbr.js"></script>
133133
```
134134

135135
#### 2.1.2 Host the library yourself (recommended)
@@ -157,7 +157,7 @@ The following shows a few ways to download the library.
157157
Depending on how you downloaded the library and where you put it. You can typically include it like this:
158158

159159
``` html
160-
<script src="/DBR-JS-8.2.5/dist/dbr.js"></script>
160+
<script src="/DBR-JS-8.4.0/dist/dbr.js"></script>
161161
```
162162

163163
or

dist/dbr-8.2.5.full.wasm

-3.5 MB
Binary file not shown.

dist/dbr-8.2.5.wasm

-2.41 MB
Binary file not shown.

dist/dbr-8.2.5.worker.js

Lines changed: 0 additions & 112 deletions
This file was deleted.

dist/dbr-8.4.0.full.wasm

3.53 MB
Binary file not shown.

dist/dbr-8.2.5.full.wasm.js renamed to dist/dbr-8.4.0.full.wasm.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

dist/dbr-8.2.5.node.wasm.js renamed to dist/dbr-8.4.0.node.wasm.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dbr-8.4.0.wasm

2.44 MB
Binary file not shown.

0 commit comments

Comments
 (0)