Reputation: 685
I am trying to implement a QR scanner in my Blazor PWA app to be used on mobile. Are there any libraries available for this?.
if there is no Blazor nuget library i am planning on using a javasccript library and use IJSRuntime.
please suggest.
Upvotes: 2
Views: 5769
Reputation: 277
I've used JsInterop with QuaggaJS for a bar code scanner. Currently, I don't think that there is an available Nuget package for Blazor that can achieve this.
Upvotes: 4
Reputation: 565
I've used this before and it worked wonderfully:
https://github.com/jackyef/rqrr-wasm
Upvotes: 0