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=9.6.11
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=9.6.20
56 changes: 28 additions & 28 deletions README.md

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
File renamed without changes.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ function updateGlobalBufferAndViews(buf) {
Module["HEAPF64"] = HEAPF64 = new Float64Array(buf);
}

var DYNAMIC_BASE = 7173936, DYNAMICTOP_PTR = 1930896;
var DYNAMIC_BASE = 7173952, DYNAMICTOP_PTR = 1930912;

var INITIAL_INITIAL_MEMORY = Module["INITIAL_MEMORY"] || 16777216;

Expand Down Expand Up @@ -5739,9 +5739,9 @@ function _fd_write(fd, iov, iovcnt, pnum) {
}
}

var ___tm_current = 1930912;
var ___tm_current = 1930928;

var ___tm_timezone = (stringToUTF8("GMT", 1930960, 4), 1930960);
var ___tm_timezone = (stringToUTF8("GMT", 1930976, 4), 1930976);

function _gmtime_r(time, tmPtr) {
var date = new Date(HEAP32[time >> 2] * 1e3);
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ function updateGlobalBufferAndViews(buf) {
Module["HEAPF64"] = HEAPF64 = new Float64Array(buf);
}

var DYNAMIC_BASE = 6638320, DYNAMICTOP_PTR = 1395280;
var DYNAMIC_BASE = 6638336, DYNAMICTOP_PTR = 1395296;

var INITIAL_INITIAL_MEMORY = Module["INITIAL_MEMORY"] || 16777216;

Expand Down Expand Up @@ -5739,9 +5739,9 @@ function _fd_write(fd, iov, iovcnt, pnum) {
}
}

var ___tm_current = 1395296;
var ___tm_current = 1395312;

var ___tm_timezone = (stringToUTF8("GMT", 1395344, 4), 1395344);
var ___tm_timezone = (stringToUTF8("GMT", 1395360, 4), 1395360);

function _gmtime_r(time, tmPtr) {
var date = new Date(HEAP32[time >> 2] * 1e3);
Expand Down
Binary file renamed dist/dbr-9.6.11.wasm → dist/dbr-9.6.20.wasm
Binary file not shown.
File renamed without changes.
8 changes: 4 additions & 4 deletions dist/dbr.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/dbr.mjs

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/dbr.pure.esm.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

7 changes: 5 additions & 2 deletions dist/types/class/barcodereader.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ export default class BarcodeReader {
protected _bPauseScan: boolean;
protected _intervalDetectVideoPause: number;
/** @ignore */
private _soundSource;
beepSound: Howl;
private _soundSource;
private get soundSource();
private set soundSource(value);
/**
Expand Down Expand Up @@ -597,7 +597,10 @@ export default class BarcodeReader {
private _decode_Base64;
private _decode_Url;
private _decode_FilePath;
/** @ignore */
/**
* The coordinates of results are related to the cropping image gotten from DCE JS. Transform it to the coordinates related to the whole video/image.
* @ignore
*/
static recalculateResultLocation(results: Array<{
localizationResult: any;
}>, sx: number, sy: number, sWidth: number, sHeight: number, dWidth: number, dHeight: number): void;
Expand Down
4 changes: 2 additions & 2 deletions dist/types/enum/enumbarcodeformat.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export declare enum EnumBarcodeFormat {
BF_ALL = 4265607167,
BF_ALL = -29360129,
BF_ONED = 3147775,
BF_GS1_DATABAR = 260096,
BF_CODE_39 = 1,
Expand Down Expand Up @@ -28,7 +28,7 @@ export declare enum EnumBarcodeFormat {
BF_MAXICODE = 536870912,
BF_MICRO_QR = 1073741824,
BF_MICRO_PDF417 = 524288,
BF_GS1_COMPOSITE = 2147483648,
BF_GS1_COMPOSITE = -2147483648,
BF_MSI_CODE = 1048576,
BF_CODE_11 = 2097152,
BF_NULL = 0
Expand Down
2 changes: 1 addition & 1 deletion dist/types/enum/enumbarcodeformat_2.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export declare enum EnumBarcodeFormat_2 {
BF2_PHARMACODE_ONE_TRACK = 4,
BF2_PHARMACODE_TWO_TRACK = 8,
BF2_PHARMACODE = 12,
BF2_ALL = 4294967295
BF2_ALL = -1
}
//# sourceMappingURL=enumbarcodeformat_2.d.ts.map
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamsoft-javascript-barcode",
"version": "9.6.11",
"version": "9.6.20",
"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.",
"private": false,
"files": [
Expand Down Expand Up @@ -96,6 +96,6 @@
},
"dependencies": {
"dm-howler": "^2.2.4",
"dynamsoft-camera-enhancer": "^3.3.1"
"dynamsoft-camera-enhancer": "^3.3.4"
}
}
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/v9.6.11
URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v9.6.20