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 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
- <p>When getting started with Barcode Scanner, we recommend getting your own 30-day trial license.</p>
253
- <!-- ### Trial License
254
-
255
- 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) -->
256
- <p>{% include trialLicense.html %}</p>
257
- <!-- > [!IMPORTANT]
258
- > 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.
259
-
260
- ### Full License
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">&lt;!DOCTYPE <span class="hljs-meta-keyword">html</span>&gt;</span>
265
263
  <span class="hljs-tag">&lt;<span class="hljs-name">html</span> <span class="hljs-attr">lang</span>=<span class="hljs-string">"en"</span>&gt;</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
- <!-- ### Trial License
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
- 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) -->
42
+ <!-- {% include trialLicense.html %} -->
43
43
 
44
- {% include trialLicense.html %}
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