g0dkar / qrcode-kotlin

QRCode Generator implemented in pure Kotlin
https://qrcodekotlin.com/
MIT License
172 stars 16 forks source link

[GH-0005] Overhaul Render #6

Closed g0dkar closed 2 years ago

g0dkar commented 2 years ago

An improvement to make it easier to fix #2 - The part of the library that draws the QRCode is now sort of separate from everything else, and can have a simple Class Detection mechanism to decide which implementation to use :)

It is extensible, so anyone can provide their own implementation of the QRCodeCanvas class for any platform!