We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, are there examples of placing a logo in the centre of a qrcodeData, _ := qrcode.Encode(encodeme, 2, 256) call?
qrcodeData, _ := qrcode.Encode(encodeme, 2, 256)
The text was updated successfully, but these errors were encountered:
@kaihendry have you found a solution to this?
Sorry, something went wrong.
No
found a solution?
This lib seems to offer this function: https://github.com/yeqown/go-qrcode
No branches or pull requests
Hi, are there examples of placing a logo in the centre of a
qrcodeData, _ := qrcode.Encode(encodeme, 2, 256)
call?The text was updated successfully, but these errors were encountered: