Skip to content

Commit c057038

Browse files
author
Cube
authored
Merge pull request #130 from Dynamsoft/_dev
9.6.20
2 parents a5da11a + 0a2c569 commit c057038

21 files changed

+63
-60
lines changed

Api Reference.url

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[InternetShortcut]
2-
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=9.6.11
2+
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=9.6.20

README.md

+28-28
Large diffs are not rendered by default.

dist/dbr-9.6.11.browser.worker.js renamed to dist/dbr-9.6.20.browser.worker.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
File renamed without changes.
Binary file not shown.

dist/dbr-9.6.11.standby.full.wasm.js renamed to dist/dbr-9.6.20.standby.full.wasm.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ function updateGlobalBufferAndViews(buf) {
456456
Module["HEAPF64"] = HEAPF64 = new Float64Array(buf);
457457
}
458458

459-
var DYNAMIC_BASE = 7173936, DYNAMICTOP_PTR = 1930896;
459+
var DYNAMIC_BASE = 7173952, DYNAMICTOP_PTR = 1930912;
460460

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

@@ -5739,9 +5739,9 @@ function _fd_write(fd, iov, iovcnt, pnum) {
57395739
}
57405740
}
57415741

5742-
var ___tm_current = 1930912;
5742+
var ___tm_current = 1930928;
57435743

5744-
var ___tm_timezone = (stringToUTF8("GMT", 1930960, 4), 1930960);
5744+
var ___tm_timezone = (stringToUTF8("GMT", 1930976, 4), 1930976);
57455745

57465746
function _gmtime_r(time, tmPtr) {
57475747
var date = new Date(HEAP32[time >> 2] * 1e3);
Binary file not shown.

dist/dbr-9.6.11.standby.wasm.js renamed to dist/dbr-9.6.20.standby.wasm.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ function updateGlobalBufferAndViews(buf) {
456456
Module["HEAPF64"] = HEAPF64 = new Float64Array(buf);
457457
}
458458

459-
var DYNAMIC_BASE = 6638320, DYNAMICTOP_PTR = 1395280;
459+
var DYNAMIC_BASE = 6638336, DYNAMICTOP_PTR = 1395296;
460460

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

@@ -5739,9 +5739,9 @@ function _fd_write(fd, iov, iovcnt, pnum) {
57395739
}
57405740
}
57415741

5742-
var ___tm_current = 1395296;
5742+
var ___tm_current = 1395312;
57435743

5744-
var ___tm_timezone = (stringToUTF8("GMT", 1395344, 4), 1395344);
5744+
var ___tm_timezone = (stringToUTF8("GMT", 1395360, 4), 1395360);
57455745

57465746
function _gmtime_r(time, tmPtr) {
57475747
var date = new Date(HEAP32[time >> 2] * 1e3);
Binary file not shown.
File renamed without changes.

dist/dbr.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dbr.mjs

+4-4
Large diffs are not rendered by default.

dist/dbr.pure.esm.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dbr.pure.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dbr.pure.mjs

+2-2
Large diffs are not rendered by default.

dist/types/class/barcodereader.d.ts

+5-2
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ export default class BarcodeReader {
257257
protected _bPauseScan: boolean;
258258
protected _intervalDetectVideoPause: number;
259259
/** @ignore */
260-
private _soundSource;
261260
beepSound: Howl;
261+
private _soundSource;
262262
private get soundSource();
263263
private set soundSource(value);
264264
/**
@@ -597,7 +597,10 @@ export default class BarcodeReader {
597597
private _decode_Base64;
598598
private _decode_Url;
599599
private _decode_FilePath;
600-
/** @ignore */
600+
/**
601+
* 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.
602+
* @ignore
603+
*/
601604
static recalculateResultLocation(results: Array<{
602605
localizationResult: any;
603606
}>, sx: number, sy: number, sWidth: number, sHeight: number, dWidth: number, dHeight: number): void;

dist/types/enum/enumbarcodeformat.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export declare enum EnumBarcodeFormat {
2-
BF_ALL = 4265607167,
2+
BF_ALL = -29360129,
33
BF_ONED = 3147775,
44
BF_GS1_DATABAR = 260096,
55
BF_CODE_39 = 1,
@@ -28,7 +28,7 @@ export declare enum EnumBarcodeFormat {
2828
BF_MAXICODE = 536870912,
2929
BF_MICRO_QR = 1073741824,
3030
BF_MICRO_PDF417 = 524288,
31-
BF_GS1_COMPOSITE = 2147483648,
31+
BF_GS1_COMPOSITE = -2147483648,
3232
BF_MSI_CODE = 1048576,
3333
BF_CODE_11 = 2097152,
3434
BF_NULL = 0

dist/types/enum/enumbarcodeformat_2.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export declare enum EnumBarcodeFormat_2 {
1111
BF2_PHARMACODE_ONE_TRACK = 4,
1212
BF2_PHARMACODE_TWO_TRACK = 8,
1313
BF2_PHARMACODE = 12,
14-
BF2_ALL = 4294967295
14+
BF2_ALL = -1
1515
}
1616
//# sourceMappingURL=enumbarcodeformat_2.d.ts.map

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamsoft-javascript-barcode",
3-
"version": "9.6.11",
3+
"version": "9.6.20",
44
"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.",
55
"private": false,
66
"files": [
@@ -96,6 +96,6 @@
9696
},
9797
"dependencies": {
9898
"dm-howler": "^2.2.4",
99-
"dynamsoft-camera-enhancer": "^3.3.1"
99+
"dynamsoft-camera-enhancer": "^3.3.4"
100100
}
101101
}

samples.url

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[InternetShortcut]
2-
URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v9.6.11
2+
URL=https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/v9.6.20

0 commit comments

Comments
 (0)