Skip to content

Commit db26941

Browse files
Merge pull request #42 from Dynamsoft/main
align dev with main
2 parents c5246e0 + f4d814e commit db26941

File tree

8 files changed

+12
-4
lines changed

8 files changed

+12
-4
lines changed

1.hello-world/1.hello-world.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<meta name="description" content="Quickly read barcodes with Dynamsoft Barcode Reader from a live camera stream.">
88
<meta name="keywords" content="camera based barcode reading">
9+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/1.hello-world/1.hello-world.html">
910
<title>Dynamsoft Barcode Reader Sample - Hello World (Decoding via Camera)</title>
1011
</head>
1112

1.hello-world/10.read-video-pwa/helloworld-pwa.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta name="description" content="Read barcodes from camera with Dynamsoft Barcode Reader in a PWA application.">
88
<meta name="keywords" content="read barcode from camera in PWA">
99
<title>Dynamsoft Barcode Reader PWA Sample - Hello World (Decoding via Camera)</title>
10+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/1.hello-world/10.read-video-pwa/helloworld-pwa.html">
1011
<link rel="manifest" href="./helloworld-pwa.json">
1112
</head>
1213

1.hello-world/3.read-video-angular/src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta name="description" content="Dynamsoft Barcode Reader in an Angular Application, this online demo lets you scan barcodes using a camera.">
99
<meta name="keywords" content="read barcodes from camera in Angular">
10+
<link rel="canonical" href="https://demo.dynamsoft.com/samples/dbr/js/1.hello-world/3.read-video-angular/dist/hello-world/">
1011
<link rel="icon" type="image/x-icon" href="favicon.ico">
1112
</head>
1213

1.hello-world/4.read-video-react/public/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta name="description" content="Web site created using create-react-app" />
1010
<meta name="description" content="Read barcode with Dynamsoft Barcode Reader in a React Application.">
1111
<meta name="keywords" content="read barcode from camera in React">
12+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/1.hello-world/4.read-video-react/build/">
1213
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1314
<!--
1415
manifest.json provides metadata used when your web app is installed on a
@@ -42,4 +43,4 @@
4243
-->
4344
</body>
4445

45-
</html>
46+
</html>

1.hello-world/6.read-video-vue3/public/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta name="viewport" content="width=device-width,initial-scale=1.0">
88
<meta name="description" content="Read barcodes from camera with Dynamsoft Barcode Reader in a Vue3 Application.">
99
<meta name="keywords" content="read barcode from camera in Vue3">
10+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/1.hello-world/6.read-video-vue3/dist/">
1011
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
1112
<title>
1213
<%= htmlWebpackPlugin.options.title %>
@@ -21,4 +22,4 @@
2122
<!-- built files will be auto injected -->
2223
</body>
2324

24-
</html>
25+
</html>

4.use-case/1.fill-a-form-with-barcode-reading.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<meta name="description" content="Read barcodes and fill form fields using barcode with Barcode Reader. Get quick and accurate results in no time.">
88
<meta name="keywords" content="fill form fields using barcodes">
9+
<link rel="canonical" href="https://demo.dynamsoft.com/samples/dbr/js/4.use-case/1.fill-a-form-with-barcode-reading.html">
910
<title>Dynamsoft Barcode Reader Simple Sample - Read Video - Fill Form</title>
1011
<!--
1112
This sample makes use of the library hosted by the CDN jsDelivr. If you would rather use the

4.use-case/2.read-a-drivers-license.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<meta name="description" content="Read the PDF417 barcode on Driver's Licenses instantly with this barcode reader.">
88
<meta name="keywords" content="read driver's license barcode">
9+
<link rel="canonical" href="https://demo.dynamsoft.com/samples/dbr/js/4.use-case/2.read-a-drivers-license.html">
910
<title>Dynamsoft Barcode Reader Simple Sample - Read Driver License</title>
1011
</head>
1112

@@ -505,4 +506,4 @@ <h1 id='header'>Read A Driver's License <a href="javascript:void(0)" id='readAga
505506
}
506507
</style>
507508

508-
</html>
509+
</html>

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/index.html">
78
<link rel="stylesheet" href="balloon.min.css">
89
<!-- Used for tooltip styling -->
910
<title>Dynamsoft Barcode Reader Samples</title>
@@ -372,4 +373,4 @@ <h3>Barcode Reader Samples</h3>
372373
}
373374
</script>
374375

375-
</html>
376+
</html>

0 commit comments

Comments
 (0)