@@ -62,7 +62,7 @@ The complete code of the "Hello World" example is shown below
6262<html >
6363
6464<body >
65- <script src =" https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.1 /dist/dbr.js" ></script >
65+ <script src =" https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.3 /dist/dbr.js" ></script >
6666 <script >
6767 // initializes and uses the library
6868 let pScanner = null ;
@@ -129,13 +129,13 @@ The simplest way to include the library is to use either the [jsDelivr](https://
129129* jsDelivr
130130
131131 ``` html
132- <script src =" https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.1 /dist/dbr.js" ></script >
132+ <script src =" https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.3 /dist/dbr.js" ></script >
133133 ```
134134
135135* UNPKG
136136
137137 ``` html
138- <script src =" https://unpkg.com/dynamsoft-javascript-barcode@8.8.1 /dist/dbr.js" ></script >
138+ <script src =" https://unpkg.com/dynamsoft-javascript-barcode@8.8.3 /dist/dbr.js" ></script >
139139 ```
140140
141141#### Host the library yourself (recommended)
@@ -163,7 +163,7 @@ The following shows a few ways to download the library.
163163Depending on how you downloaded the library and where you put it. You can typically include it like this:
164164
165165``` html
166- <script src =" /DBR-JS-8.8.1 /dist/dbr.js" ></script >
166+ <script src =" /DBR-JS-8.8.3 /dist/dbr.js" ></script >
167167```
168168
169169or
@@ -205,7 +205,7 @@ Dynamsoft.DBR.BarcodeReader.productKeys = "t0068NQAAACgTVU2aucyxqETXKkiomqhV7YoL
205205Or
206206
207207``` html
208- <script src =" https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.1 /dist/dbr.js" data-productKeys =" t0068NQAAACgTVU2aucyxqETXKkiomqhV7YoLrnqjLiQQRSH5DBV1UtIs4..." ></script >
208+ <script src =" https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.3 /dist/dbr.js" data-productKeys =" t0068NQAAACgTVU2aucyxqETXKkiomqhV7YoLrnqjLiQQRSH5DBV1UtIs4..." ></script >
209209```
210210
211211#### Specify the location of the "engine" files
@@ -215,7 +215,7 @@ The "engine" files refer to *.worker.js, *.wasm.js and *.wasm, etc. which are lo
215215The following code uses the jsDelivr CDN, feel free to change it to your own location of these files.
216216
217217``` javascript
218- Dynamsoft .DBR .BarcodeScanner .engineResourcePath = " https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.1 /dist/" ;
218+ Dynamsoft .DBR .BarcodeScanner .engineResourcePath = " https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.8.3 /dist/" ;
219219```
220220
221221### Interact with the library
0 commit comments