skip2 / go-qrcode

:sparkles: QR Code encoder (Go)
http://go-qrcode.appspot.com
MIT License
2.58k stars 335 forks source link

Support output as SVG #59

Open cfunkhouser opened 1 year ago

cfunkhouser commented 1 year ago

Support outputting QR codes in Scalable Vector Graphic format. This change adds github.com/ajstarks/svgo as a dependency to accomplish this.

This change also updates the Go version required in the module to one more recent, and updates the TravisCI configuration to test it appropriately. The changes in the test code avoid an error which was introduced in a more modern version of Go.

matm commented 6 months ago

Great improvement, thank you @cfunkhouser. Could this be merged guys? It is more than a year old ...