github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/builtins/optional/qr/README.md (about) 1 # Package `qrimage` 2 3 This generates a QR code image. It contains the following commands: 4 5 * `qr` 6 7 It has the following additional dependencies: 8 9 go get -u github.com/boombuler/barcode 10 go get -u github.com/boombuler/barcode/qr 11 go get -u golang.org/x/image/bmp 12 go get -u golang.org/x/image/tiff 13 go get -u golang.org/x/image/webp 14 15 However these are included in the `vendor` directory.