Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion API Reference.url
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
215 changes: 109 additions & 106 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/dbr.bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/dbr.bundle.mjs

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/dbr.no-content-bundle.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -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+"../../dynamsoft-capture-vision-std@1.2.10/dist/"),dip:r(t+"../../dynamsoft-image-processing@2.2.30/dist/"),core:r(t+"../../dynamsoft-core@3.2.30/dist/"),license:r(t+"../../dynamsoft-license@3.2.21/dist/"),cvr:r(t+"../../dynamsoft-capture-vision-router@2.2.30/dist/"),dce:r(t+"../../dynamsoft-camera-enhancer@4.0.3/dist/"),dbr:r(t+"../../dynamsoft-barcode-reader@10.2.10/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";
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamsoft-barcode-reader-bundle",
"version": "10.2.1000",
"version": "10.4.2000",
"description": "Dynamsoft Barcode Reader JS is a recognition SDK which enables you to embed barcode reading functionality in your web, desktop, and mobile applications. With a few lines of JavaScript code, you can develop a robust application to scan a linear barcode, QR Code, DaraMatrix, PDF417, and Aztec Code.",
"main": "dist/dbr.bundle.js",
"module": "dist/dbr.no-content-bundle.esm.js",
Expand Down Expand Up @@ -63,7 +63,7 @@
"tag": "latest"
},
"devDependencies": {
"@dynamsoft/rd2-scripts": "^0.1.18",
"@dynamsoft/rd2-scripts": "^0.1.27",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
Expand All @@ -75,11 +75,11 @@
"typescript": "^4.9.5"
},
"dependencies": {
"dynamsoft-barcode-reader": "10.2.10",
"dynamsoft-camera-enhancer": "4.0.3",
"dynamsoft-capture-vision-router": "2.2.30",
"dynamsoft-core": "3.2.30",
"dynamsoft-license": "3.2.21",
"dynamsoft-utility": "1.2.20"
"dynamsoft-barcode-reader": "10.4.20",
"dynamsoft-camera-enhancer": "4.1.0",
"dynamsoft-capture-vision-router": "2.4.20",
"dynamsoft-core": "3.4.20",
"dynamsoft-license": "3.4.20",
"dynamsoft-utility": "1.4.20"
}
}
2 changes: 1 addition & 1 deletion samples.url
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