rememberQrCodePainter

Generates a QR code painter directly using the Skia/Compose canvas API in pure Kotlin.

This implementation avoids any platform-specific bitmap APIs (like Android's android.graphics.Bitmap or Java AWT's BufferedImage), making it fully compatible with Android, Desktop, iOS, and Web.