Skip to content

Commit de3126a

Browse files
authored
Merge pull request #103 from Dynamsoft/_dev
8.8.3
2 parents 3f4fc90 + bc04f51 commit de3126a

File tree

309 files changed

+6850
-29086
lines changed

Some content is hidden

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

309 files changed

+6850
-29086
lines changed

.gitignore

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,23 @@ yarn.lock
4444
/sampleFromGithub
4545
/src
4646
/Web.config
47+
/samples.url
4748

4849
!/dist
4950
/dist/*
50-
#!/dist/class
51-
#!/dist/enum
52-
#!/dist/interface
53-
!/dist/dbr.js
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
5458
!/dist/dbr.mjs
55-
!/dist/dbr.browser.mjs
59+
!/dist/dbr.js
5660
!/dist/dbr-*.worker.js
5761
!/dist/dbr-*.wasm.js
5862
!/dist/dbr-*.wasm
59-
!/dist/dbr.d.ts
60-
!/dist/dbr.reference.d.ts
63+
!/dist/**/*.d.ts
6164
!/dist/dbr.scanner.html
6265
!/dist/dls.license.dialog.html
6366
!/dist/README.md

README.md

Lines changed: 33 additions & 30 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)