Great library!
I was wondering if it's possible to generate an SVG image. I saw there was support for bitmaps with gozxing.NewBinaryBitmapFromImage(img), and for PNG with png.Encode(file, img) (which is what I'm currently using). Is it possible to generate an SVG file?
Thank you! 🙏

Great library!
I was wondering if it's possible to generate an SVG image. I saw there was support for bitmaps with
gozxing.NewBinaryBitmapFromImage(img), and for PNG withpng.Encode(file, img)(which is what I'm currently using). Is it possible to generate an SVG file?Thank you! 🙏