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
Hello, I have this problem in an extension: using 1 SVG text allows to download PNG, but using 2 SVG text does not allow to download PNG.
qrCode.download({` name: "qr", extension: "png" })
See the pen here: https://codepen.io/camillo777/pen/oNKGVRB
Click on "Generate QR" then "Save QR"
Remove/comment this line (54):
svg.appendChild(text2);`
to be able to download PNG
The text was updated successfully, but these errors were encountered:
Hi @camillo777 It's weird behaviour I found that you still can download svg file. But png doesn't work
svg
png
Sorry, something went wrong.
No branches or pull requests
Hello,
I have this problem in an extension: using 1 SVG text allows to download PNG, but using 2 SVG text does not allow to download PNG.
See the pen here:
https://codepen.io/camillo777/pen/oNKGVRB
Click on "Generate QR" then "Save QR"
Remove/comment this line (54):
to be able to download PNG
The text was updated successfully, but these errors were encountered: