Skip to content

Commit 1d73ed3

Browse files
author
Cube
authored
Merge pull request #139 from Dynamsoft/_dev
Dev
2 parents 16d6aed + 23bfd9a commit 1d73ed3

File tree

94 files changed

+2042
-29900
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+2042
-29900
lines changed

.gitignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ yarn-error.log*
2121
*.sln
2222
*.sw?
2323
*.map
24-
.npmrc
24+
*.properties
2525

2626
__pycache__
2727
~~*
@@ -30,6 +30,7 @@ __pycache__
3030
package-lock.json
3131
yarn.lock
3232
.git
33+
.npmrc
3334
/*.zip
3435
/*.py
3536
/*.exe
@@ -48,10 +49,11 @@ yarn.lock
4849
/Web.config
4950
/samples
5051
/temp
52+
/templates
5153
/public
5254
/README.html
5355

54-
!/legal.txt
56+
!/LEGAL.txt
5557
!/README.md
5658
!/README.NODE.md
5759
!/package.json
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[InternetShortcut]
2-
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=9.6.32
2+
URL=https://www.dynamsoft.com/barcode-reader/programming/javascript/api-reference/?ver=10.0.20

LEGAL.txt

+353
Large diffs are not rendered by default.

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2003–2023 Dynamsoft. All Rights Reserved.
1+
Copyright © 2003–2024 Dynamsoft. All Rights Reserved.
22

33
The use of this software is governed by the Dynamsoft Terms and Conditions.
44
https://www.dynamsoft.com/barcode-reader/license-agreement/#javascript

README.md

+516-239
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)