Skip to content

Commit ad174cd

Browse files
9.2.10
1 parent 3706f03 commit ad174cd

29 files changed

+145
-306
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ yarn.lock
4545
/src
4646
/doc
4747
/Web.config
48-
/samples.url
4948
/samples
5049
/temp
5150
/public

Api Reference.url

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[InternetShortcut]
2-
URL=https://www.dynamsoft.com/help/Barcode-Reader-WASM/
2+
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=9.2.10

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The complete code of the "Hello World" example is shown below
5959
<html>
6060

6161
<body>
62-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@9.0.2/dist/dbr.js"></script>
62+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@9.2.10/dist/dbr.js"></script>
6363
<script>
6464
// Specifies a license, you can visit https://www.dynamsoft.com/customer/license/trialLicense?ver=9.0.2&utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
6565
Dynamsoft.DBR.BarcodeScanner.license = 'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9';
@@ -140,13 +140,13 @@ The simplest way to include the library is to use either the [jsDelivr](https://
140140
* jsDelivr
141141

142142
```html
143-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@9.0.2/dist/dbr.js"></script>
143+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@9.2.10/dist/dbr.js"></script>
144144
```
145145

146146
* UNPKG
147147

148148
```html
149-
<script src="https://unpkg.com/dynamsoft-javascript-barcode@9.0.2/dist/dbr.js"></script>
149+
<script src="https://unpkg.com/dynamsoft-javascript-barcode@9.2.10/dist/dbr.js"></script>
150150
```
151151

152152
#### Host the library yourself
@@ -209,7 +209,7 @@ The purpose is to tell the library where to find the engine files (\*.worker.js,
209209

210210
```javascript
211211
//The following code uses the jsDelivr CDN, feel free to change it to your own location of these files
212-
Dynamsoft.DBR.BarcodeScanner.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@9.0.2/dist/";
212+
Dynamsoft.DBR.BarcodeScanner.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@9.2.10/dist/";
213213
```
214214

215215
### Interact with the library

dist/dbr-9.0.2.browser.worker.js

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

dist/dbr-9.0.2.full.wasm

-3.9 MB
Binary file not shown.

dist/dbr-9.0.2.wasm

-2.77 MB
Binary file not shown.

dist/dbr-9.2.10.browser.worker.js

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

dist/dbr-9.2.10.full.wasm

3.93 MB
Binary file not shown.

dist/dbr-9.0.2.wasm.js renamed to dist/dbr-9.2.10.full.wasm.js

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

dist/dbr-9.2.10.wasm

2.78 MB
Binary file not shown.

0 commit comments

Comments
 (0)