Skip to content

Commit 3f4fc90

Browse files
Merge pull request #100 from Dynamsoft/_dev
v8.6.3
2 parents e4aab5c + f26b913 commit 3f4fc90

File tree

93 files changed

+332
-1219
lines changed

Some content is hidden

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

93 files changed

+332
-1219
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ yarn.lock
3434
/*.exe
3535
/*.jar
3636
/*.md
37+
/*.html
3738
/*.json
3839
/*.js
3940
/*.txt

README.html

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

README.md

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

6060
<body>
61-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.6.1/dist/dbr.js"></script>
61+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.6.3/dist/dbr.js"></script>
6262
<script>
6363
// initializes and uses the library
6464
let pScanner = null;
@@ -125,13 +125,13 @@ The simplest way to include the library is to use either the [jsDelivr](https://
125125
* jsDelivr
126126

127127
``` html
128-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.6.1/dist/dbr.js"></script>
128+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.6.3/dist/dbr.js"></script>
129129
```
130130

131131
* UNPKG
132132

133133
``` html
134-
<script src="https://unpkg.com/dynamsoft-javascript-barcode@8.6.1/dist/dbr.js"></script>
134+
<script src="https://unpkg.com/dynamsoft-javascript-barcode@8.6.3/dist/dbr.js"></script>
135135
```
136136

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

161161
``` html
162-
<script src="/DBR-JS-8.6.1/dist/dbr.js"></script>
162+
<script src="/DBR-JS-8.6.3/dist/dbr.js"></script>
163163
```
164164

165165
or
@@ -201,7 +201,7 @@ Dynamsoft.DBR.BarcodeReader.productKeys = "t0068NQAAACgTVU2aucyxqETXKkiomqhV7YoL
201201
Or
202202

203203
```html
204-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.6.1/dist/dbr.js" data-productKeys="t0068NQAAACgTVU2aucyxqETXKkiomqhV7YoLrnqjLiQQRSH5DBV1UtIs4..."></script>
204+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.6.3/dist/dbr.js" data-productKeys="t0068NQAAACgTVU2aucyxqETXKkiomqhV7YoLrnqjLiQQRSH5DBV1UtIs4..."></script>
205205
```
206206

207207
#### Specify the location of the "engine" files
@@ -212,7 +212,7 @@ The following code uses the jsDelivr CDN, feel free to change it to your own loc
212212

213213
``` javascript
214214
import DBR from "dynamsoft-javascript-barcode";
215-
DBR.BarcodeScanner.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.6.1/dist/";
215+
DBR.BarcodeScanner.engineResourcePath = "https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.6.3/dist/";
216216
export default DBR;
217217
```
218218

Binary file not shown.

dist/dbr-8.6.1.wasm.js renamed to dist/dbr-8.6.3.full.wasm.js

Lines changed: 1 addition & 1 deletion
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.6.1.node.wasm.js renamed to dist/dbr-8.6.3.node.wasm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
2.57 MB
Binary file not shown.

dist/dbr-8.6.1.full.wasm.js renamed to dist/dbr-8.6.3.wasm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)