Skip to content

Commit b542600

Browse files
9.0.2
1 parent 6f57ff9 commit b542600

17 files changed

+41
-29
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ yarn.lock
4343
/dynamsoft-barcode-reader-js-*
4444
/sampleFromGithub
4545
/src
46+
/doc
4647
/Web.config
4748
/samples.url
4849
/samples

Api Reference.url

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[InternetShortcut]
2+
URL=https://www.dynamsoft.com/help/Barcode-Reader-WASM/

LICENSE

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
https://www.dynamsoft.com/Products/barcode-reader-license-agreement.aspx#javascript?utm_source=github
1+
Copyright © 2003–2022 Dynamsoft. All Rights Reserved.
2+
3+
The use of this software is governed by the Dynamsoft Terms and Conditions.
4+
https://www.dynamsoft.com/barcode-reader/license-agreement/#javascript

README.md

Lines changed: 4 additions & 4 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/[email protected].1/dist/dbr.js"></script>
61+
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/dbr.js"></script>
6262
<script>
6363
// Specifies a license, you can visit https://www.dynamsoft.com/customer/license/trialLicense?ver=9.0.1&utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
6464
Dynamsoft.DBR.BarcodeScanner.license = 'DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9';
@@ -139,13 +139,13 @@ The simplest way to include the library is to use either the [jsDelivr](https://
139139
* jsDelivr
140140

141141
```html
142-
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/dbr.js"></script>
142+
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/dbr.js"></script>
143143
```
144144

145145
* UNPKG
146146

147147
```html
148-
<script src="https://unpkg.com/[email protected].1/dist/dbr.js"></script>
148+
<script src="https://unpkg.com/[email protected].2/dist/dbr.js"></script>
149149
```
150150

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

209209
```javascript
210210
//The following code uses the jsDelivr CDN, feel free to change it to your own location of these files
211-
Dynamsoft.DBR.BarcodeScanner.engineResourcePath = "https://cdn.jsdelivr.net/npm/[email protected].1/dist/";
211+
Dynamsoft.DBR.BarcodeScanner.engineResourcePath = "https://cdn.jsdelivr.net/npm/[email protected].2/dist/";
212212
```
213213

214214
### Interact with the library

dist/dbr-9.0.1.browser.worker.js renamed to dist/dbr-9.0.2.browser.worker.js

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

dist/dbr.browser.pure.esm.js

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

0 commit comments

Comments
 (0)