We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639ed42 commit 72b7e50Copy full SHA for 72b7e50
1.hello-world/9.read-video-electron/index.html
@@ -3,12 +3,14 @@
3
4
<head>
5
<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">
8
<title>Read barcodes from a video input in Electron!</title>
9
<link href="style.css" rel="stylesheet">
10
</head>
11
12
<body>
- <h1>Read barcodes from a video input</h1>
13
+ <h1 style="font-size: 1.5em;">Hello World for Electron</h1>
14
<button id='readBarcode'>Read Barcode via Camera</button>
15
<div id="UIElement">
16
<div id="barcodeScannerUI"></div>
0 commit comments