Skip to content

Commit 5dc3bcd

Browse files
Merge pull request #398 from dynamsoft-docs/license-activation-patch-1
Update programming-javascript.html
2 parents 8859e8f + df5281c commit 5dc3bcd

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

_includes/sidelist-programming/programming-javascript.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,12 +1656,13 @@
16561656
</li>
16571657
</ul>
16581658
</li>
1659-
<li class="category">OTHERS</li>
1659+
<li lang="javascript"><a href="{{ site.license_activation }}index.html" class="otherLinkColour">License Initialization</a></li>
1660+
<!--<li class="category">OTHERS</li>
16601661
<li>
16611662
<a
16621663
target="_blank"
16631664
href="{{ site.introduction }}index.html"
16641665
class="otherLinkColour refreshLink"
16651666
>Develop for Mobile or Server/Desktop</a
16661667
>
1667-
</li>
1668+
</li>-->

programming/javascript/release-notes/js-10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ permalink: /programming/javascript/release-notes/js-10.html
3333

3434
### Changed
3535

36-
- Updated the enumeration value of `EnumBarcodeFormat.BF_ALL` to `0xFFFFFFFEFFFFFFFF`, extending support to non-standard barcodes.
36+
- Updated the enumeration value of `EnumBarcodeFormat.BF_ALL` to `0xFFFFFFFEFFFFFFFF`, which no longer includes non-standard barcodes.
3737

3838
### Fixed
3939

programming/javascript/user-guide/use-in-framework.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default-layout
3-
title: v10.2.10 User Guide - Use Dynamsoft Barcode Reader JavaScript Edition In Framework
3+
title: v10.4.20 User Guide - Use Dynamsoft Barcode Reader JavaScript Edition In Framework
44
description: This is the user guide to integrate Dynamsoft Barcode Reader JavaScript SDK in framework.
55
keywords: user guide, javascript, js, barcodes, camera, images, framework, react, angular, vue
66
breadcrumbText: User Guide
@@ -23,21 +23,21 @@ Assuming you have an existing project using a framework, you should have a `pack
2323
1. Open the terminal from your project root directory.
2424
2. Install DBR-JS SDK with the following command:
2525

26-
```sh
27-
npm install dynamsoft-barcode-reader-bundle@10.4.2000 -E
28-
```
26+
```sh
27+
npm install dynamsoft-barcode-reader-bundle@10.4.2000 -E
28+
```
2929

3030
3. Confirm the installation by checking the `package.json`. You should see:
3131

32-
```json
33-
{
34-
...
35-
"dependencies": {
36-
...
37-
"dynamsoft-barcode-reader-bundle": "10.4.2000"
38-
}
39-
}
40-
```
32+
```json
33+
{
34+
...
35+
"dependencies": {
36+
...
37+
"dynamsoft-barcode-reader-bundle": "10.4.2000"
38+
}
39+
}
40+
```
4141

4242
Notice that there is no `^` before `10.4.2000`. No `^` indicates an exact version, ensuring stability and avoids automatic upgrades even without `package-lock.json`.
4343

@@ -72,7 +72,7 @@ LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
7272
/**
7373
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=github&product=dbr&package=js to get your own trial license good for 30 days.
7474
* Note that if you downloaded this sample from Dynamsoft while logged in, the above license key may already be your own 30-day trial license.
75-
* For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.2.10&utm_source=github#specify-the-license or contact support@dynamsoft.com.
75+
* For more information, see https://www.dynamsoft.com/barcode-reader/programming/javascript/user-guide/?ver=10.4.20&utm_source=github#specify-the-license or contact support@dynamsoft.com.
7676
* LICENSE ALERT - THE END
7777
*/
7878

0 commit comments

Comments
 (0)