Skip to content

Commit df628ab

Browse files
committed
add note on how to host the library for offline usage
1 parent cf94659 commit df628ab

13 files changed

+65
-0
lines changed

1.hello-world/1.minimum-code.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<title>Dynamsoft Barcode Reader Sample - Hello World (Decoding via Camera)</title>
8+
<!--
9+
This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
10+
library offline. Please see the guide on how to host the library:
11+
https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended
12+
-->
813
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.5/dist/dbr.js"></script>
914
</head>
1015

1.hello-world/2.read-an-image.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<title>Dynamsoft Barcode Reader Sample - Read an Image</title>
8+
<!--
9+
This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
10+
library offline. Please see the guide on how to host the library:
11+
https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended
12+
-->
813
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.5/dist/dbr.js"></script>
914
</head>
1015

2.ui-tweaking/1.read-video-show-result.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<title>Dynamsoft Barcode Reader Sample - Video Decoding</title>
8+
<!--
9+
This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
10+
library offline. Please see the guide on how to host the library:
11+
https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended
12+
-->
813
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.5/dist/dbr.js"></script>
914
</head>
1015

2.ui-tweaking/2.read-video-no-extra-control.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<title>Dynamsoft Barcode Reader Simple Sample - Read Video - No Extra Control</title>
8+
<!--
9+
This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
10+
library offline. Please see the guide on how to host the library:
11+
https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended
12+
-->
813
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.5/dist/dbr.js"></script>
914
</head>
1015

2.ui-tweaking/3.read-video-with-external-control.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<title>Dynamsoft Barcode Reader Simple Sample - Read Video - External Control</title>
8+
<!--
9+
This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
10+
library offline. Please see the guide on how to host the library:
11+
https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended
12+
-->
813
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.5/dist/dbr.js"></script>
914
</head>
1015

2.ui-tweaking/4.difference-video-size.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<title>Dynamsoft Barcode Reader Simple Sample - Read Video - No Extra Control</title>
8+
<!--
9+
This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
10+
library offline. Please see the guide on how to host the library:
11+
https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended
12+
-->
813
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.5/dist/dbr.js"></script>
914
</head>
1015

3.settings/1.barcodeFormats-expectedBarcodes.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<title>Dynamsoft Barcode Reader Sample - Using Runtime Settings</title>
8+
<!--
9+
This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
10+
library offline. Please see the guide on how to host the library:
11+
https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended
12+
-->
813
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.5/dist/dbr.js"></script>
914
<link rel="stylesheet" href="settings-css.css">
1015
<link rel="stylesheet" href="../balloon.min.css"> <!-- Used for tooltip styling -->

3.settings/2.localizationModes-binarizationModes.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<title>Dynamsoft Barcode Reader Sample - Using Runtime Settings</title>
8+
<!--
9+
This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
10+
library offline. Please see the guide on how to host the library:
11+
https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended
12+
-->
813
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.5/dist/dbr.js"></script>
914
<link rel="stylesheet" href="settings-css.css">
1015
<link rel="stylesheet" href="../balloon.min.css"> <!-- Used for tooltip styling -->

3.settings/3.blurred-small-barcodes.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<title>Dynamsoft Barcode Reader Sample - Using Runtime Settings</title>
8+
<!--
9+
This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
10+
library offline. Please see the guide on how to host the library:
11+
https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended
12+
-->
813
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.5/dist/dbr.js"></script>
914
<link rel="stylesheet" href="settings-css.css">
1015
<link rel="stylesheet" href="../balloon.min.css"> <!-- Used for tooltip styling -->

3.settings/4.deformed-incomplete-barcodes.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<title>Dynamsoft Barcode Reader Sample - Using Runtime Settings</title>
8+
<!--
9+
This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the
10+
library offline. Please see the guide on how to host the library:
11+
https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=latest#host-the-library-yourself-recommended
12+
-->
813
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-javascript-barcode@8.2.5/dist/dbr.js"></script>
914
<link rel="stylesheet" href="settings-css.css">
1015
<link rel="stylesheet" href="../balloon.min.css"> <!-- Used for tooltip styling -->

0 commit comments

Comments
 (0)