Skip to content
New issue

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

Transparent QR Image generate #83

Open
venkatasiva-nihon opened this issue Sep 30, 2020 · 1 comment
Open

Transparent QR Image generate #83

venkatasiva-nihon opened this issue Sep 30, 2020 · 1 comment

Comments

@venkatasiva-nihon
Copy link

Can you please help me, how to create Transparent background for QR code.

@lipflip
Copy link

lipflip commented Oct 5, 2020

Can you please help me, how to create Transparent background for QR code.

The lib uses the api https://api.qrserver.com/v1/create-qr-code/?data= to generate the qr-code, you can find documentation here: goqr.me/api/doc/create-qr-code/, but I don't see an option to make it transparent.... what you can do is, searching for another api that does support transparent background to generate the qr-codes. You can change it then in the function getQRCodeGoogleUrl in the GoogleAuthenticator.php file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants