barcode-reader-javascript-samples
barcode-reader-javascript-samples copied to clipboard
feat: Blazor sample
Created Blazor Sample for DBR JS with DBR bundle
Additional reference: https://github.com/dynamsoft-rd-0/dlrjs-mass-samples/tree/main/BlazorMRZ
-
How about removing useless files that generated automatically, like weather, counter.
-
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.filesto get blobs.
@Keillion Updated. thank you!