sabitertan / BlazorBarcodeScanner

Barcode Scanner component for Blazor using zxing-js Interop
MIT License
92 stars 37 forks source link

Several small changes #55

Closed cpiber closed 1 year ago

cpiber commented 1 year ago

Each of these is pretty small, so I hope it's alright to put them in one PR.

Note: I noticed that JS-.NET interaction is a bit awkward, might want to look into instance calls and interop integration.

Closes #54, #53,

sabitertan commented 1 year ago

Can you please update Readme according to your changes? TY!

cpiber commented 1 year ago

Btw, unrelated to my PR, but I think the section "ImageCapture Support" is a bit misleading. It should be mentioned, that this is only needed for the capture function, not for the library as a whole. I did not even notice any problems when I used the library despite using Firefox, since I did not need the feature.