-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from Dynamsoft/_dev
9.2.12
- Loading branch information
Showing
16 changed files
with
53 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[InternetShortcut] | ||
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=9.2.11 | ||
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=9.2.12 |
2 changes: 1 addition & 1 deletion
2
dist/dbr-9.2.11.browser.worker.js → dist/dbr-9.2.12.browser.worker.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ export default class BarcodeReader { | |
* ``` | ||
* For convenience, you can set `license` in `script` tag instead. | ||
* ```html | ||
* <script src="https://cdn.jsdelivr.net/npm/[email protected].11/dist/dbr.js" data-license="PRODUCT-KEYS"></script> | ||
* <script src="https://cdn.jsdelivr.net/npm/[email protected].12/dist/dbr.js" data-license="PRODUCT-KEYS"></script> | ||
* ``` | ||
*/ | ||
static set license(license: string); | ||
|
@@ -83,7 +83,7 @@ export default class BarcodeReader { | |
* If the auto-explored engine location is incorrect, you can manually specify the engine location. | ||
* The property needs to be set before [[loadWasm]]. | ||
* ```js | ||
* Dynamsoft.DBR.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/[email protected].11/dist/"; | ||
* Dynamsoft.DBR.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/[email protected].12/dist/"; | ||
* await Dynamsoft.DBR.BarcodeReader.loadWasm(); | ||
* ``` | ||
*/ | ||
|
@@ -229,7 +229,7 @@ export default class BarcodeReader { | |
* The url of the default scanner UI. | ||
* Can only be changed before `createInstance`. | ||
* ```js | ||
* Dynamsoft.DBR.BarcodeScanner.defaultUIElementURL = "https://cdn.jsdelivr.net/npm/[email protected].11/dist/dbr.ui.html"; | ||
* Dynamsoft.DBR.BarcodeScanner.defaultUIElementURL = "https://cdn.jsdelivr.net/npm/[email protected].12/dist/dbr.ui.html"; | ||
* let pScanner = null; | ||
* (async()=>{ | ||
* let scanner = await (pScanner = pScanner || Dynamsoft.DBR.BarcodeScanner.createInstance()); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -511,7 +511,7 @@ export default class BarcodeScanner extends BarcodeReader { | |
/** | ||
* Bind UI, open the camera, start decoding, and remove the UIElement `display` style if the original style is `display:none;`. | ||
* ```js | ||
* await scanner.setUIElement("https://cdn.jsdelivr.net/npm/[email protected].11/dist/dbr.ui.html"); | ||
* await scanner.setUIElement("https://cdn.jsdelivr.net/npm/[email protected].12/dist/dbr.ui.html"); | ||
* scanner.onUniqueRead = (txt, result) => { alert(txt); console.log(result); }; | ||
* await scanner.show(); | ||
* // await scanner.hide(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[InternetShortcut] | ||
URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v9.2.11 | ||
URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v9.2.12 |