go-tinyqr

An experimental minimal QR Code generator  http://go-qrcode.appspot.com
git clone https://git.ce9e.org/go-tinyqr.git

commit
ed75e031bc2f22dfe1d48f9921eb2353dab85633
parent
4bd85f5c1ab152b35529cd369c114a130aa731c6
Author
Deleplace <deleplace2015@gmail.com>
Date
2017-03-22 14:51
2D char map works better on "white" background.

Diffstat

M qrcode/main.go 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/qrcode/main.go b/qrcode/main.go

@@ -56,7 +56,7 @@ Usage:
   56    56 	checkError(err)
   57    57 
   58    58 	if *textArt {
   59    -1 		art := qr2String(q, true)
   -1    59 		art := qr2String(q, false)
   60    60 		fmt.Println(art)
   61    61 		return
   62    62 	}