Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
5eef36a
Update description in FAQ about the dist folder of dynamsoft-barcode-…
Justin-dynamsoft Mar 6, 2026
53c9d3a
update for v 3.2.4000
Justin-dynamsoft Mar 20, 2026
b55e7ac
remove barcodeScanner content
Justin-dynamsoft Mar 20, 2026
e059808
Remove FAQ documents
Justin-dynamsoft Mar 20, 2026
e809b07
Fix links for EnumBarcodeFormat and GrayscaleTransformationMode
Justin-dynamsoft Mar 20, 2026
2a98ff8
add llms.txt
DMGithubPublisher Mar 24, 2026
dc06740
Update documentation for v11.4.2000: add ECISegment reference, revise…
Justin-dynamsoft Mar 24, 2026
00df2e4
Add BarcodeZoneWidthToHeightRatioRangeArray parameter and update rele…
Justin-dynamsoft Mar 25, 2026
f8bb84f
Update documentation: correct Foundational API Guide link and revise …
Justin-dynamsoft Mar 25, 2026
2f0c206
Expand Foundational API code sample and revise BarcodeScanner roadmap…
Tom-Dynamsoft Mar 27, 2026
8faf362
Reposition intro page: lead with Foundational API, add key benefits, …
Tom-Dynamsoft Mar 27, 2026
602b7d8
Clean up release notes: fix broken link, consistent headings, grammar…
Tom-Dynamsoft Mar 27, 2026
fad4a5f
Clean up release notes: fix link, consistent headings, add 'why' to A…
Tom-Dynamsoft Mar 27, 2026
8415c10
Refine intro page: clarify trial license wording, format 'Why the Fou…
Tom-Dynamsoft Mar 27, 2026
63efcb4
Polish release notes: fix typo, tighten wording in roadmap notice
Tom-Dynamsoft Mar 27, 2026
67d32ba
Update link to BarcodeScanner User Guide in Explore Features section
Justin-dynamsoft Mar 31, 2026
2c716e6
Remove ImageEditorView link and update API reference entries
Justin-dynamsoft Apr 8, 2026
606506b
Update release notes: add information about CameraEnhancer promise re…
Justin-dynamsoft Apr 8, 2026
04166f3
Add CodeParser module and related enumerations to API reference
Justin-dynamsoft Apr 10, 2026
d6580c1
Update API references and release notes for version 11.4.2000; add EC…
Justin-dynamsoft Apr 16, 2026
62f9b3a
Update examples to use await with addResultReceiver for asynchronous …
Justin-dynamsoft Apr 16, 2026
71194b8
Update browser compatibility version for Chrome in user guide
Justin-dynamsoft Apr 16, 2026
c925189
Remove outdated link to Barcode Scanner API Docs in ZIP Package Guide
Justin-dynamsoft Apr 16, 2026
287ec9f
Update CameraView instance creation examples to use XML file paths
Justin-dynamsoft Apr 16, 2026
db57a03
Fix UI element selection in CameraView instance by removing shadowRoo…
Justin-dynamsoft Apr 16, 2026
ae1b2d1
Fix await usage in WASM file loading example in user guide
Justin-dynamsoft Apr 16, 2026
cffaf2f
Update browser compatibility versions in ZIP Package Guide
Justin-dynamsoft Apr 16, 2026
59727ec
Update browser compatibility versions in ZIP Package Guide
Justin-dynamsoft Apr 17, 2026
461eaa0
Update quick start instructions in ZIP Package Guide for clarity
Justin-dynamsoft Apr 17, 2026
6260471
Refactor barcode format enumeration and update related documentation;…
Justin-dynamsoft Apr 17, 2026
30cd632
Update release date for version 11.4.2000 in release notes
Justin-dynamsoft Apr 21, 2026
7efd646
Merge branch 'main' into preview
Justin-dynamsoft Apr 21, 2026
3d40773
Comment out the Table of Contents section in the Foundational API Guide
Justin-dynamsoft Apr 21, 2026
75b456b
Merge branch 'preview' of https://github.com/dynamsoft-docs/barcode-r…
Justin-dynamsoft Apr 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions _includes/samples_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@
<span class="label">✨ Full Demo</span>
<div class="title">Official Online Demo</div>
<div class="description">Explore all features and capabilities in our comprehensive live demo</div>
<span
<!-- <span
class="github-badge"
title="View source code on GitHub"
onclick="event.stopPropagation(); window.open('https://github.com/Dynamsoft/barcode-reader-javascript-demo', '_blank'); return false;"
Expand All @@ -1086,7 +1086,7 @@
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"
></path>
</svg>
</span>
</span> -->
</a>
</div>

Expand Down Expand Up @@ -1295,7 +1295,7 @@ <h3>
data-balloon-length="large"
data-balloon-pos="down"
aria-label="Simulates a shopping experience where users scan barcodes to add items to a dynamic cart."
><a class="button title demo-link" href="https://demo.dynamsoft.com/Samples/DBR/JS/scenarios/cart-builder/cart-builder.html" title="View live demo">Cart Builder</a
><a class="button title demo-link" href="https://demo.dynamsoft.com/Samples/DBR/JS/scenarios/cart-builder/index.html" title="View live demo">Cart Builder</a
><a
class="button title source-link"
href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/scenarios/cart-builder"
Expand All @@ -1306,7 +1306,7 @@ <h3>
</div>
<div class="file">
<span data-balloon-length="large" data-balloon-pos="down" aria-label="Scan a product barcode and simulate a search from a product database."
><a class="button title demo-link" href="https://demo.dynamsoft.com/Samples/DBR/JS/scenarios/scan-and-search/scan-and-search.html" title="View live demo">Scan and Search</a
><a class="button title demo-link" href="https://demo.dynamsoft.com/Samples/DBR/JS/scenarios/scan-and-search/index.html" title="View live demo">Scan and Search</a
><a
class="button title source-link"
href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/blob/main/scenarios/scan-and-search"
Expand Down Expand Up @@ -1350,7 +1350,7 @@ <h3>
</div>
<div class="file">
<span data-balloon-length="large" data-balloon-pos="down" aria-label="Display decoded barcode text overlaid on the live camera video."
><a class="button title demo-link" href="https://demo.dynamsoft.com/Samples/DBR/JS/scenarios/show-result-texts-on-the-video/show-result-texts-on-the-video.html" title="View live demo"
><a class="button title demo-link" href="https://demo.dynamsoft.com/Samples/DBR/JS/scenarios/show-result-texts-on-the-video/index.html" title="View live demo"
>Show Result Texts on Video</a
><a
class="button title source-link"
Expand Down Expand Up @@ -1386,6 +1386,17 @@ <h3>
></span
>
</div>
<div class="file">
<span data-balloon-length="large" data-balloon-pos="down" aria-label="DPM(Direct Part Marking) code targeted demo with optimized settings."
><a class="button title demo-link" href="https://demo.dynamsoft.com/Samples/DBR/JS/scenarios/scan-dpm-codes/index.html" title="View live demo">Scan DPM Codes</a
><a
class="button title source-link"
href="https://github.com/Dynamsoft/barcode-reader-javascript-samples/tree/main/scenarios/scan-dpm-codes"
title="View source code on GitHub"
>Source</a
></span
>
</div>
<div class="file">
<span data-balloon-length="large" data-balloon-pos="down" aria-label="Demo focused on decoding common 2D barcode formats."
><a
Expand Down
Loading
Loading