go-qrcode
go-qrcode copied to clipboard
:sparkles: QR Code encoder (Go)
Hi ! Thanks for this library. It would be nice to be able to save the QRCode to SVG, PDF or EPS as well as PNG. For example, adding dependency...
What is the maximum capacity for generating a QR code?
need tag for go mod use , i do not use go get
Hi, are there examples of placing a [logo](https://qr.thealaskaguys.com/paynow.png) in the centre of a `qrcodeData, _ := qrcode.Encode(encodeme, 2, 256)` call?
Please update the demo site to the new go runtime so that the demo works
能不能和其他图片一起合成一个带有图标的二维码?
Hi, Small update! Request you to please review. Thanks
I use the library heavily to generate qr bitmaps (manually creating the image), so thank you for creating it! The following test case **should** generate correctly: * AlphaNumeric (single segment)...