manuelbl/QrCodeGenerator

Blazor Component

Opened this issue · 0 comments

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. :)