You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, not a problem or anything, but just wanted to mention that I released a small blazor component recently, which uses this library. Its for a QR code component (obviously). Plenty already exist, but all (at least all that I found) render the QR code using js, which is fine with Blazor, but not if rendering non-interactively (static SSR for example) - which was my exact scenario. I wanted to render a QR code in static SSR.
I've given options for most things I could see a benefit in, including adding a logo in the centre of the QR code (non destructively to the actual QR code itself). Repo is here if interested.
Feel free to close, just wanted to leave a note about usage, and thank you. :)
The text was updated successfully, but these errors were encountered:
Hey, not a problem or anything, but just wanted to mention that I released a small blazor component recently, which uses this library. Its for a QR code component (obviously). Plenty already exist, but all (at least all that I found) render the QR code using js, which is fine with Blazor, but not if rendering non-interactively (static SSR for example) - which was my exact scenario. I wanted to render a QR code in static SSR.
I've given options for most things I could see a benefit in, including adding a logo in the centre of the QR code (non destructively to the actual QR code itself). Repo is here if interested.
Feel free to close, just wanted to leave a note about usage, and thank you. :)
The text was updated successfully, but these errors were encountered: