We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b695bda + b251ae2 commit a0c0f75Copy full SHA for a0c0f75
foundational-api-samples/hello-world/hello-world.html
@@ -18,8 +18,7 @@ <h1>Hello World (Decode via Camera)</h1>
18
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@10.5.3000/dist/dbr.bundle.js"></script>
19
<!-- If the network is unstable or you prefer to self-host the SDK, uncomment the line below to load it locally -->
20
<!-- <script src="../../../distributables/dbr.bundle.js"></script> -->
21
-
22
- <script src="."></script>
+
23
<script>
24
/** LICENSE ALERT - README
25
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
0 commit comments