go-qrcode
go-qrcode copied to clipboard
:sparkles: QR Code encoder (Go)
How QRcode reduces or cancels blank margins qrcode 如何减少空白边距或取消空白边距
Last iteration `m.size-finderPatternSize-1` for adding timing pattern is on separator pattern. It happens to be `false`, but it seems to be a misunderstanding. I think it should be `for i...
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...
The classifyDataModes() method tries to detect which dataModeNumeric, dataModeAlphanumeric or dataModeByte to use. Interesting that there is also Japan mode which is not supported. Maybe it makes sense to support...
Trying to make login screen as WhatsApp, where the QR is pushed to the client for scanning, so I wrote the below server code: ```go package main import ( "context"...
Hi, we are using this library to encode output from `json.Marshal` into a qrcode. but converting `[]byte` to `string` is a copy operation, and we want to minimize that. having...
能否支持二维码下方添加文本,我在代码中没看到相关内容
Created `EncodeColor` in order to create custom colored QR codes when writing to a file is not possible. Also implemented the same fix as in #53 in order to run...
hi mr, can we have this feature :D
Running the tests with newer versions of Go fails with the following error: # github.com/skip2/go-qrcode ./qrcode_decode_test.go:125:14: conversion from int to string yields a string of one rune, not a string...