Skip to content

Commit 44e36ed

Browse files
committed
ios12
1 parent b9cd474 commit 44e36ed

File tree

17 files changed

+19
-19
lines changed

17 files changed

+19
-19
lines changed

example/web/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@angular/platform-browser": "~8.2.14",
2020
"@angular/platform-browser-dynamic": "~8.2.14",
2121
"@angular/router": "~8.2.14",
22-
"keillion-dynamsoft-javascript-barcode": "0.20200205.11",
22+
"keillion-dynamsoft-javascript-barcode": "0.20200205.10",
2323
"rxjs": "~6.4.0",
2424
"tslib": "^1.10.0",
2525
"zone.js": "~0.9.1"

example/web/angular/src/app/Dynamsoft.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Dynamsoft from "keillion-dynamsoft-javascript-barcode";
2-
Dynamsoft.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.11/dist/";
2+
Dynamsoft.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.10/dist/";
33
// Please visit https://www.dynamsoft.com/CustomerPortal/Portal/TrialLicense.aspx to get a trial license
44
Dynamsoft.BarcodeReader.productKeys = "PRODUCT-KEYS";
55
// Dynamsoft.BarcodeReader._bUseFullFeature = true; // Control of loading min wasm or full wasm.

example/web/angularDart/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<link rel="icon" type="image/png" href="favicon.png">
1919

2020
<!-- Please visit https://www.dynamsoft.com/CustomerPortal/Portal/TrialLicense.aspx to get a trial license. -->
21-
<script src="https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.11/dist/dbr.js" data-productKeys="PRODUCT-KEYS"></script>
21+
<script src="https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.10/dist/dbr.js" data-productKeys="PRODUCT-KEYS"></script>
2222

2323
<script defer src="main.dart.js"></script>
2424
</head>

example/web/debug/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<script src="//cdn.jsdelivr.net/npm/eruda"></script>
2222
<!-- Please visit https://www.dynamsoft.com/CustomerPortal/Portal/TrialLicense.aspx to get a trial license. PRODUCT-KEYS-->
23-
<script src="https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.11/dist/dbr.js" data-productKeys="t0068MgAAACXV+VA2eoEEYzmrlAOopZda7ZdI7oIlR890Bd3J18G6E/LU5CLErO/kutAz2YOKPEVtVojKloy2yOYnRthJAWU="></script>
23+
<script src="https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.10/dist/dbr.js" data-productKeys="t0068MgAAACXV+VA2eoEEYzmrlAOopZda7ZdI7oIlR890Bd3J18G6E/LU5CLErO/kutAz2YOKPEVtVojKloy2yOYnRthJAWU="></script>
2424

2525
<script>
2626
eruda.init();

example/web/decode-driver-license-for-AAMVA/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<!--
1818
Please visit https://www.dynamsoft.com/CustomerPortal/Portal/TrialLicense.aspx to get trial license.
1919
-->
20-
<script src="https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.11/dist/dbr.js" data-productKeys="PRODUCT-KEYS"></script>
20+
<script src="https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.10/dist/dbr.js" data-productKeys="PRODUCT-KEYS"></script>
2121
<script>
2222
let scanner = null;
2323
Dynamsoft.BarcodeScanner.createInstance({

example/web/esmodule.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<button id="btn-show-scanner">show scanner</button>
1313

1414
<script type="module">
15-
import Dynamsoft from 'https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.11/dist/dbr.browser.mjs';
15+
import Dynamsoft from 'https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.10/dist/dbr.browser.mjs';
1616

1717
// Please visit https://www.dynamsoft.com/CustomerPortal/Portal/TrialLicense.aspx to get a trial license.
1818
Dynamsoft.BarcodeReader.productKeys = "PRODUCT-KEYS";
1919

20-
Dynamsoft.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.11/dist/";
20+
Dynamsoft.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.10/dist/";
2121

2222
// Dynamsoft.BarcodeReader._bUseFullFeature = true; // Control of loading min wasm or full wasm.
2323

example/web/helloworld.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<button id="btn-show-scanner">show scanner</button>
1313

1414
<!-- Please visit https://www.dynamsoft.com/CustomerPortal/Portal/TrialLicense.aspx to get a trial license. -->
15-
<script src="https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.11/dist/dbr.js" data-productKeys="PRODUCT-KEYS"></script>
15+
<script src="https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.10/dist/dbr.js" data-productKeys="PRODUCT-KEYS"></script>
1616

1717
<script>
1818
// Dynamsoft.BarcodeReader._bUseFullFeature = true; // Control of loading min wasm or full wasm.

example/web/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@testing-library/jest-dom": "^4.2.4",
77
"@testing-library/react": "^9.3.3",
88
"@testing-library/user-event": "^7.1.2",
9-
"keillion-dynamsoft-javascript-barcode": "0.20200205.11",
9+
"keillion-dynamsoft-javascript-barcode": "0.20200205.10",
1010
"react": "^16.12.0",
1111
"react-dom": "^16.12.0",
1212
"react-scripts": "3.3.0"

example/web/react/src/Dynamsoft.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Dynamsoft from "keillion-dynamsoft-javascript-barcode";
2-
Dynamsoft.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.11/dist/";
2+
Dynamsoft.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.10/dist/";
33
// Please visit https://www.dynamsoft.com/CustomerPortal/Portal/TrialLicense.aspx to get a trial license
44
Dynamsoft.BarcodeReader.productKeys = "PRODUCT-KEYS";
55
// Dynamsoft.BarcodeReader._bUseFullFeature = true; // Control of loading min wasm or full wasm.

example/web/requirejs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
// scanner for decoding video
1818
let scanner = null;
1919

20-
requirejs(['https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.11/dist/dbr.js'], function(Dynamsoft){
20+
requirejs(['https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.10/dist/dbr.js'], function(Dynamsoft){
2121

2222
// Please visit https://www.dynamsoft.com/CustomerPortal/Portal/TrialLicense.aspx to get a trial license.
2323
Dynamsoft.BarcodeReader.productKeys = "PRODUCT-KEYS";
2424

25-
Dynamsoft.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.11/dist/";
25+
Dynamsoft.BarcodeReader.engineResourcePath = "https://cdn.jsdelivr.net/npm/keillion-dynamsoft-javascript-barcode@0.20200205.10/dist/";
2626

2727
// Dynamsoft.BarcodeReader._bUseFullFeature = true; // Control of loading min wasm or full wasm.
2828

0 commit comments

Comments
 (0)