Skip to content

Commit 72b7e50

Browse files
committed
sync code with demo
1 parent 639ed42 commit 72b7e50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

1.hello-world/9.read-video-electron/index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33

44
<head>
55
<meta charset="UTF-8">
6+
<meta name="description" content="Read barcodes from camera with Dynamsoft Barcode Reader in an Electron Application.">
7+
<meta name="keywords" content="read barcode from camera in Electron">
68
<title>Read barcodes from a video input in Electron!</title>
79
<link href="style.css" rel="stylesheet">
810
</head>
911

1012
<body>
11-
<h1>Read barcodes from a video input</h1>
13+
<h1 style="font-size: 1.5em;">Hello World for Electron</h1>
1214
<button id='readBarcode'>Read Barcode via Camera</button>
1315
<div id="UIElement">
1416
<div id="barcodeScannerUI"></div>

0 commit comments

Comments
 (0)