forked from diadal/vue3-qr-code-styling
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Trigger download / copy from seperate buttons? #38
Comments
same |
support a proposal |
const imgElement = document.querySelector(".img-qr");
|
I managed to get it working using a MutationObserver and a Watch, however it would be nice if you could expose events around the qrCode being rendered if we are expected to create our own solution. The best solution would be we can trigger a download via an event or even just an api. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey,
Is it possible to trigger an event to download or copy in your library? My UI requires a different button then the one generated by the library.
Jake
The text was updated successfully, but these errors were encountered: