Skip to content

Commit 3da27ce

Browse files
authored
Merge pull request #249 from Dynamsoft/main
sync main changes
2 parents 826defc + 0c4aa00 commit 3da27ce

File tree

26 files changed

+223
-303
lines changed

26 files changed

+223
-303
lines changed

balloon.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

foundational-api-samples/hello-world/angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.5.3000`](ht
1212
1313
## Official sample
1414

15-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/hello-world/angular">Hello World in Angular - Source Code</a>
15+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/foundational-api-samples/hello-world/angular">Hello World in Angular - Source Code</a>
1616

1717
## Preparation
1818
Make sure you have [node](https://nodejs.org/) and [Angular CLI](https://cli.angular.io/) installed.

foundational-api-samples/hello-world/angular/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta name="keywords" content="barcodes, camera, images, angular" />
1414
<link
1515
rel="canonical"
16-
href="https://demo.dynamsoft.com/Samples/DBR/JS/hello-world/angular/dist/dbrjs-sample-angular/browser/"
16+
href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/angular/dist/dbrjs-sample-angular/browser/"
1717
/>
1818
</head>
1919
<body>

foundational-api-samples/hello-world/blazor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.5.3000`](ht
1212
1313
## Official Sample
1414

15-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/hello-world/blazor">Hello World in Blazor - Source Code</a>
15+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/foundational-api-samples/hello-world/blazor">Hello World in Blazor - Source Code</a>
1616

1717
## Preparation
1818

foundational-api-samples/hello-world/electron/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.5.3000`](ht
1212
1313
## Official Sample
1414

15-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/hello-world/electron">Hello World in Electron - Source Code</a>
15+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/foundational-api-samples/hello-world/electron">Hello World in Electron - Source Code</a>
1616

1717
## Preparation
1818

foundational-api-samples/hello-world/es6.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
66
<meta name="description" content="Quickly read barcodes with Dynamsoft Barcode Reader from a live camera stream." />
77
<meta name="keywords" content="barcode, camera, es6" />
8-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/hello-world/es6.html" />
8+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/es6.html" />
99
<title>Dynamsoft Barcode Reader Sample - Hello World for ES6 (Decode via Camera)</title>
1010
</head>
1111

foundational-api-samples/hello-world/hello-world.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +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="barcode, camera" />
9-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/hello-world/hello-world.html" />
9+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/hello-world.html" />
1010
<title>Dynamsoft Barcode Reader Sample - Hello World (Decode via Camera)</title>
1111
</head>
1212

foundational-api-samples/hello-world/native-ts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +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="barcode, camera" />
9-
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/hello-world/hello-world.html" />
9+
<link rel="canonical" href="https://demo.dynamsoft.com/Samples/DBR/JS/foundational-api-samples/hello-world/hello-world.html" />
1010
<title>Dynamsoft Barcode Reader Sample - Hello World (Decode via Camera)</title>
1111
</head>
1212

foundational-api-samples/hello-world/next/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.5.3000`](ht
1212
1313
## Official Sample
1414

15-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/hello-world/next">Hello World in Next.js - Source Code</a>
15+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/foundational-api-samples/hello-world/next">Hello World in Next.js - Source Code</a>
1616

1717
## Preparation
1818

foundational-api-samples/hello-world/nuxt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.5.3000`](ht
1212
1313
## Official Sample
1414

15-
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/hello-world/nuxt">Hello World in Nuxt - Source Code</a>
15+
* <a target = "_blank" href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/foundational-api-samples/hello-world/nuxt">Hello World in Nuxt - Source Code</a>
1616

1717
## Preparation
1818

0 commit comments

Comments
 (0)