Skip to content

Commit 4ff5569

Browse files
Shen-wbJustin-dynamsoftTom-Dynamsoft
authored
11.4.2000
* feat(templates): update templates & add debug tool link * fix: update canonical links in HTML files for accurate routing * UPDATE * fix: update script path for local SDK loading in HTML files * fix: correct spelling of launchBarcodeScanner function * fix: update license initialization and update read-an-image.html * UPDATE VERSION * docs: update README with sample list and descriptions; add comments to hello-world example * refactor: clean up comments in hello-world example for clarity * Update hello-world.html comment * fix: update script source paths and decode template for consistency * docs: update README files to correct SDK links and enhance clarity; add new READMEs for ES6 and RequireJS * docs: enhance README for clarity and structure; add sections on sample folders and API choices * Fix secure context note structure and expand RTU acronym - Move file:/// exception note to cover both camera access and license (was previously nested under camera bullet only) - Expand "RTU" to "Ready-To-Use (RTU)" on first mention * Improve README clarity and structure - Promote "Running the Samples Locally" to its own section - Separate framework (npm) vs standalone/scenario (double-click or Five Server) instructions - Mention index.html as the sample gallery entry point - Remove redundant "API reference" line in Documentation section - Fix VIN spacing and de-duplicate Official Demo description * feat: add sample for scanning Direct Part Mark (DPM) codes * UPDATE * Update package.json * add rtu sample * Update app.vue * feat: update documentation for Next.js and Nuxt.js * Update read-an-image.html * UPDATE * Delete frameworks/nuxt/scan-using-rtu-api/curl.txt * Delete frameworks/nuxt/scan-using-rtu-api/response.html * Delete frameworks/nuxt/scan-using-rtu-api/dev.err * Update .gitignore * Update scan-a-single-barcode.html * UPDATE * Update README and index.html to enhance sample descriptions and add new section for Hello World samples * Update user guide link in index.html * Add scanMode configuration for multi-unique scanning in various scenarios * Refactor license initialization to use promise for loading code specifications * UPDATE * REMOVE FRAMEWORKS RTU * Fix formatting inconsistencies in README files across various READMEs * UPDATE * UPDATE * Update index.html * UPDATE * UPDATE * Remove redundant hello-world example links from README.md * Update demo links and README files for consistency; rename index.html for Show Result Texts on Video scenario * Refine README and demo links for clarity; update paths in index.html and scenario README * UPDATE * UPDATE * UPDATE * UPDATE * Remove unused canonical links from HTML files for various frameworks * Update ImageCapture.vue * Update Chrome version requirement in README.md * UPDATE * UPDATE * Update app.vue * Update SDK loading instructions for local hosting in index.html files * Update package.json * PWA UPDATE * remove executeNow * Update service-worker.js * Add customize-the-ui * UPDATE * Fix typo in variable name 'reusltView' to 'resultView' across multiple HTML files * UPDATE * Comment out demo GitHub badge span in index.html * Update browser compatibility versions in README.md * Update package.json * Update README.md * Update model names in JSON configuration for 1D barcode scanning scenarios * Update read-an-image.html * Update scan-a-single-barcode.html * 11.4.2000 * Update service-worker.js --------- Co-authored-by: Justin <Justin@dynamsoft.com> Co-authored-by: Justin-dynamsoft <117710848+Justin-dynamsoft@users.noreply.github.com> Co-authored-by: Tom Kent <Tom-Dynamsoft@users.noreply.github.com>
1 parent fa14ec8 commit 4ff5569

47 files changed

Lines changed: 25 additions & 1531 deletions

File tree

Some content is hidden

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

frameworks/blazor/hello-world-blazor/BlazorApp/wwwroot/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
3636
*/
3737

38-
Dynamsoft.License.LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9", { executeNow: true });
38+
Dynamsoft.License.LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
3939

4040
/**
4141
* 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.

frameworks/es6/scan-using-foundational-api/README.md

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

frameworks/es6/scan-using-rtu-api/README.md

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

frameworks/native-ts/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CoreModule.engineResourcePaths.rootDirectory = "https://cdn.jsdelivr.net/npm/";
77
* To use the library, you need to first specify a license key using the API "initLicense()" as shown below.
88
*/
99

10-
LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9", { executeNow: true });
10+
LicenseManager.initLicense("DLS2eyJvcmdhbml6YXRpb25JRCI6IjIwMDAwMSJ9");
1111

1212
/**
1313
* You can visit https://www.dynamsoft.com/customer/license/trialLicense?utm_source=samples&product=dbr&package=js to get your own trial license good for 30 days.

frameworks/next/scan-using-rtu-api/.eslintrc.json

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

frameworks/next/scan-using-rtu-api/.gitignore

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

0 commit comments

Comments
 (0)