Skip to content

Commit d993678

Browse files
authored
Merge pull request #110 from Dynamsoft/_dev
v9.0.0
2 parents 87b90c5 + 1e0d03f commit d993678

File tree

117 files changed

+806
-1710
lines changed

Some content is hidden

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

117 files changed

+806
-1710
lines changed

.gitignore

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.DS_Store
22
node_modules
3-
dist
43
build
54
/Test*
65

@@ -21,6 +20,7 @@ yarn-error.log*
2120
*.njsproj
2221
*.sln
2322
*.sw?
23+
*.map
2424

2525
__pycache__
2626
~~*
@@ -45,25 +45,10 @@ yarn.lock
4545
/src
4646
/Web.config
4747
/samples.url
48-
49-
!/dist
50-
/dist/*
51-
!/dist/class
52-
!/dist/enum
53-
!/dist/interface
54-
!/dist/dbr.pure.mjs
55-
!/dist/dbr.browser.pure.mjs
56-
!/dist/dbr.browser.pure.esm.js
57-
!/dist/dbr.pure.js
58-
!/dist/dbr.mjs
59-
!/dist/dbr.js
60-
!/dist/dbr-*.worker.js
61-
!/dist/dbr-*.wasm.js
62-
!/dist/dbr-*.wasm
63-
!/dist/**/*.d.ts
64-
!/dist/dbr.scanner.html
65-
!/dist/dls.license.dialog.html
66-
!/dist/README.md
48+
/samples
49+
/temp
50+
/public
51+
/README.html
6752

6853
!/README.md
6954
!/README.NODE.md

LICENSE

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
For web:
2-
https://www.dynamsoft.com/Products/barcode-reader-license-agreement.aspx#javascript?utm_source=github
3-
4-
For node:
5-
https://www.dynamsoft.com/Products/barcode-reader-license-agreement.aspx?utm_source=github
1+
https://www.dynamsoft.com/Products/barcode-reader-license-agreement.aspx#javascript?utm_source=github

README.NODE.md

Lines changed: 0 additions & 176 deletions
This file was deleted.

0 commit comments

Comments
 (0)