v2.0.0
New Version!
A complete overhaul of the whole Rendering part in order to make it more extensible and thus compatible with other drawing libraries other than Java AWT.
That should fix #2 by allowing users to extend QRCodeCanvas and implement their own implementation of how to draw QRCodes. Please, either look at the new examples or BufferedImageCanvas to see how to build your own.
As of the time of writing, I'm working on a qrcode-kotlin-android
project which is just an Android Library that has this one as a dependency and implements a QRCodeCanvas
using Android's Bitmap class :)