Summary
Build a GitHub Pages-hosted playground for SkiaSharp.QrCode, allowing users to experiment with the library directly in their browser using WebAssembly (WASM).
Details
- Build a BlazorWASM-style project that compiles SkiaSharp.QrCode to WASM and runs completely client-side.
- Features should include:
- Input field for text to encode
- Option to upload or select an image (drop-down image integration)
- Controls to adjust QR code dot or shape
- Trigger to generate a QR code with the above parameters
- Option to generate many QR codes sequentially (to demo library performance under heavy load)
Motivation
This playground will allow users to interactively try SkiaSharp.QrCode in their browser, test encoding performance, and visually understand the output and customization capabilities.
Summary
Build a GitHub Pages-hosted playground for SkiaSharp.QrCode, allowing users to experiment with the library directly in their browser using WebAssembly (WASM).
Details
Motivation
This playground will allow users to interactively try SkiaSharp.QrCode in their browser, test encoding performance, and visually understand the output and customization capabilities.