-
-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature - QR-Code extension #3410
Comments
@stsrki I will need to implement this for our own project. I'm willing to open-source this to Blazorise if you see this as a good extension. Like I did for the RichTextEdit component |
There might be some problems with this approach codebude/QRCoder#361 (comment) |
My project is still on net5 but we plan to move to net6 in some months. I will have a look if it works or not. I believe system.drawing.common just works in Blazor |
How it will work with the HTML elements? I mean, how do you plan to render the bitmap? |
generate a base64 image and use that as source on the image |
Gotcha. That might work. |
I will create a PR when I have it working for you to have a look and then you can decide to incorporate it or not |
Component for generating QR codes based on something like
https://github.com/codebude/QRCoder
or
The text was updated successfully, but these errors were encountered: