-
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 #151 from Dynamsoft/_dev
10.4.2000
- Loading branch information
Showing
7 changed files
with
121 additions
and
106 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=10.2.1000 | ||
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=10.4.20 |
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 |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
* @website http://www.dynamsoft.com | ||
* @copyright Copyright 2024, Dynamsoft Corporation | ||
* @author Dynamsoft | ||
* @version 10.2.1000 | ||
* @version 10.4.2000 | ||
* @fileoverview Dynamsoft JavaScript Library for Barcode Reader | ||
* More info on dbr JS: https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/ | ||
*/ | ||
import{CoreModule as e}from"dynamsoft-core";export*from"dynamsoft-core";export*from"dynamsoft-license";export*from"dynamsoft-capture-vision-router";export*from"dynamsoft-camera-enhancer";export*from"dynamsoft-barcode-reader";export*from"dynamsoft-utility";let t="./";if(document.currentScript){let e=document.currentScript.src,r=e.indexOf("?");if(-1!=r)e=e.substring(0,r);else{let t=e.indexOf("#");-1!=t&&(e=e.substring(0,t))}t=e.substring(0,e.lastIndexOf("/")+1)}const r=e=>{null==e&&(e="./");let t=document.createElement("a");return t.href=e,(e=t.href).endsWith("/")||(e+="/"),e};e.engineResourcePaths={std:r(t+"../../[email protected]/dist/"),dip:r(t+"../../[email protected]/dist/"),core:r(t+"../../[email protected]/dist/"),license:r(t+"../../[email protected]/dist/"),cvr:r(t+"../../[email protected]/dist/"),dce:r(t+"../../[email protected]/dist/"),dbr:r(t+"../../[email protected]/dist/")}; | ||
export*from"dynamsoft-core";export*from"dynamsoft-license";export*from"dynamsoft-capture-vision-router";export*from"dynamsoft-camera-enhancer";export*from"dynamsoft-barcode-reader";export*from"dynamsoft-utility"; |
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/v10.2.1000 | ||
URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v10.4.20 |