barcode-reader-javascript-samples icon indicating copy to clipboard operation
barcode-reader-javascript-samples copied to clipboard

Samples for Dynamsoft Barcode Reader Javascript edition

Results 4 barcode-reader-javascript-samples issues
Sort by recently updated
recently updated
newest added
trafficstars

Created Blazor Sample for DBR JS with DBR bundle Additional reference: https://github.com/dynamsoft-rd-0/dlrjs-mass-samples/tree/main/BlazorMRZ

On the samples and demos, we should have a link that leads to DCE to customize the UI also tracked on [barcode-reader-docs-js issue 376](https://github.com/dynamsoft-docs/barcode-reader-docs-js/issues/376) DCE create sample list issue: https://github.com/Dynamsoft/camera-enhancer-javascript-samples/issues/16

Adding playwright test for the root index page to validate the text and url (href) for each samples

Interface VideoDeviceInfo that is returned by BarcodeScanner.getAllCameras() is not publicly exported, so I need to define it on my own, If I want to make some logic and further process...