dynamsoft-barcode-reader-bundle 11.0.6000-beta-202508120209 → 11.0.6000
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.html +9 -11
- package/README.md +5 -7
- package/dist/dbr.bundle.esm.js +2 -2
- package/dist/dbr.bundle.js +2 -2
- package/dist/dbr.bundle.mjs +2 -2
- package/dist/dbr.bundle.worker.js +2 -2
- package/package.json +3 -3
- package/samples.url +1 -1
package/README.html
CHANGED
|
@@ -249,17 +249,15 @@ Thanks to its simplified APIs and built-in UI for video streaming, you can imple
|
|
|
249
249
|
Please refer to <a href="https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/faq/system-requirement.html">system requirements</a> for more details.</p>
|
|
250
250
|
</blockquote>
|
|
251
251
|
<h2 id="license">License</h2>
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
<p>
|
|
257
|
-
|
|
258
|
-
>
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
If you are fully satisfied with the solution and would like to move forward with a full license, please contact the [Dynamsoft Sales Team](https://www.dynamsoft.com/company/contact/). -->
|
|
252
|
+
<!-- When getting started with Barcode Scanner, we recommend getting your own 30-day trial license. -->
|
|
253
|
+
<p>When getting started with Barcode Scanner, we recommend <a href="https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=npm&package=js">getting your own 30-day trial license</a></p>
|
|
254
|
+
<!-- {% include trialLicense.html %} -->
|
|
255
|
+
<blockquote>
|
|
256
|
+
<p>[!IMPORTANT]<br />
|
|
257
|
+
The trial license can be renewed via the <a href="https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=npm&package=js">customer portal</a> twice, each time for another 15 days, giving you a total of 60 days to develop your own application using the solution. Please contact the <a href="https://www.dynamsoft.com/company/contact/">Dynamsoft Support Team</a> if you need more time for a full evaluation.</p>
|
|
258
|
+
</blockquote>
|
|
259
|
+
<h3 id="full-license">Full License</h3>
|
|
260
|
+
<p>If you are fully satisfied with the solution and would like to move forward with a full license, please contact the <a href="https://www.dynamsoft.com/company/contact/">Dynamsoft Sales Team</a>.</p>
|
|
263
261
|
<h2 id="quick-start-hello-world-example">Quick Start: Hello World Example</h2>
|
|
264
262
|
<pre><code class="hljs html language-html"><span class="hljs-meta"><!DOCTYPE <span class="hljs-meta-keyword">html</span>></span>
|
|
265
263
|
<span class="hljs-tag"><<span class="hljs-name">html</span> <span class="hljs-attr">lang</span>=<span class="hljs-string">"en"</span>></span>
|
package/README.md
CHANGED
|
@@ -35,20 +35,18 @@ new Dynamsoft.BarcodeScanner().launch().then(result=>alert(result.barcodeResults
|
|
|
35
35
|
|
|
36
36
|
## License
|
|
37
37
|
|
|
38
|
-
When getting started with Barcode Scanner, we recommend getting your own 30-day trial license.
|
|
38
|
+
<!-- When getting started with Barcode Scanner, we recommend getting your own 30-day trial license. -->
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
When getting started with Barcode Scanner, we recommend [getting your own 30-day trial license](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=npm&package=js)
|
|
41
41
|
|
|
42
|
-
|
|
42
|
+
<!-- {% include trialLicense.html %} -->
|
|
43
43
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
<!-- > [!IMPORTANT]
|
|
44
|
+
> [!IMPORTANT]
|
|
47
45
|
> The trial license can be renewed via the [customer portal](https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&utm_source=npm&package=js) twice, each time for another 15 days, giving you a total of 60 days to develop your own application using the solution. Please contact the [Dynamsoft Support Team](https://www.dynamsoft.com/company/contact/) if you need more time for a full evaluation.
|
|
48
46
|
|
|
49
47
|
### Full License
|
|
50
48
|
|
|
51
|
-
If you are fully satisfied with the solution and would like to move forward with a full license, please contact the [Dynamsoft Sales Team](https://www.dynamsoft.com/company/contact/).
|
|
49
|
+
If you are fully satisfied with the solution and would like to move forward with a full license, please contact the [Dynamsoft Sales Team](https://www.dynamsoft.com/company/contact/).
|
|
52
50
|
|
|
53
51
|
## Quick Start: Hello World Example
|
|
54
52
|
|