|
1042 | 1042 |
|
1043 | 1043 | <!-- Featured Section - Quick Start & Official Demo --> |
1044 | 1044 | <div class="featured-container"> |
1045 | | - <a href="https://demo.dynamsoft.com/Samples/DBR/JS/hello-world.html" class="featured-box quick-start"> |
| 1045 | + <a href="https://demo.dynamsoft.com/Samples/DBR/JS/basics/hello-world.html" class="featured-box quick-start"> |
1046 | 1046 | <span class="label">🚀 Quick Start</span> |
1047 | | - <div class="title">Hello World - Scan Your First Barcode</div> |
1048 | | - <div class="description">The simplest example to get started with barcode scanning in under 2 minutes</div> |
| 1047 | + <div class="title">Hello World - Scan Multiple Barcodes</div> |
| 1048 | + <div class="description">The simplest example to get started with barcode scanning. Continuously scans and collects multiple unique barcodes</div> |
1049 | 1049 | <span |
1050 | 1050 | class="guide-badge" |
1051 | 1051 | title="View user guide documentation" |
|
1061 | 1061 | <span |
1062 | 1062 | class="github-badge" |
1063 | 1063 | title="View source code on GitHub" |
1064 | | - onclick="event.stopPropagation(); window.open('https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/hello-world.html', '_blank'); return false;" |
| 1064 | + onclick="event.stopPropagation(); window.open('https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/basics/hello-world.html', '_blank'); return false;" |
1065 | 1065 | > |
1066 | 1066 | <svg width="20" height="20" viewBox="0 0 16 16" fill="white"> |
1067 | 1067 | <path |
|
1106 | 1106 | > |
1107 | 1107 | </div> |
1108 | 1108 |
|
| 1109 | + <!-- Hello World Samples --> |
| 1110 | + <div class="file"> |
| 1111 | + <h3> |
| 1112 | + Hello World Samples <span class="sample-count">(3)</span> |
| 1113 | + </h3> |
| 1114 | + </div> |
| 1115 | + <div class="children"> |
| 1116 | + <div class="file"> |
| 1117 | + <span data-balloon-length="large" data-balloon-pos="down" aria-label="The simplest example to get started with barcode scanning. Continuously scans and collects multiple unique barcodes." |
| 1118 | + ><a class="button title demo-link" href="https://demo.dynamsoft.com/Samples/DBR/JS/basics/hello-world.html" title="View live demo">Hello World (Scan Multiple Barcodes)</a |
| 1119 | + ><a |
| 1120 | + class="button title source-link" |
| 1121 | + href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/basics/hello-world.html" |
| 1122 | + title="View source code on GitHub" |
| 1123 | + >Source</a |
| 1124 | + ></span |
| 1125 | + > |
| 1126 | + </div> |
| 1127 | + <div class="file"> |
| 1128 | + <span data-balloon-length="large" data-balloon-pos="down" aria-label="Scan and return only the first barcode detected." |
| 1129 | + ><a class="button title demo-link" href="https://demo.dynamsoft.com/Samples/DBR/JS/basics/scan-a-single-barcode.html" title="View live demo">Scan a Single Barcode</a |
| 1130 | + ><a |
| 1131 | + class="button title source-link" |
| 1132 | + href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/basics/scan-a-single-barcode.html" |
| 1133 | + title="View source code on GitHub" |
| 1134 | + >Source</a |
| 1135 | + ></span |
| 1136 | + > |
| 1137 | + </div> |
| 1138 | + <div class="file"> |
| 1139 | + <span data-balloon-length="large" data-balloon-pos="down" aria-label="Read barcodes from a static image file by uploading." |
| 1140 | + ><a class="button title demo-link" href="https://demo.dynamsoft.com/Samples/DBR/JS/basics/read-an-image.html" title="View live demo">Read an Image</a |
| 1141 | + ><a |
| 1142 | + class="button title source-link" |
| 1143 | + href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/basics/read-an-image.html" |
| 1144 | + title="View source code on GitHub" |
| 1145 | + >Source</a |
| 1146 | + ></span |
| 1147 | + > |
| 1148 | + </div> |
| 1149 | + </div> |
| 1150 | + |
1109 | 1151 | <!-- Framework Samples --> |
1110 | 1152 | <div class="file"> |
1111 | 1153 | <h3> |
|
0 commit comments