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

feat: Blazor sample

Open Felix-Dynamsoft opened this issue 1 year ago • 1 comments

Created Blazor Sample for DBR JS with DBR bundle

Additional reference: https://github.com/dynamsoft-rd-0/dlrjs-mass-samples/tree/main/BlazorMRZ

Felix-Dynamsoft avatar Aug 14 '24 20:08 Felix-Dynamsoft

  1. How about removing useless files that generated automatically, like weather, counter.

  2. When dealing with cross-language calls, we have to be careful with large binary arrays. Some unnecessary data transfers will affect performance. In image decoding, we get binary to dotNet, send back to js, then wrap as Blob, then unwrap Blob in our SDK inner logic...this is expensive. We can let js can get inputElement by id or className, inputElement.files to get blobs.

Keillion avatar Aug 22 '24 08:08 Keillion

@Keillion Updated. thank you!

Felix-Dynamsoft avatar Aug 26 '24 22:08 Felix-Dynamsoft