-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add clipboard support for image/webp #188
base: main
Are you sure you want to change the base?
Conversation
This requires using a canvas object to render the webp to png. Manually tested in Chrome.
Thank you so much for the approval.
I don't have the Javascript/VSCode knowledge to add a spinner or similar to the code, which might be a UX fix. |
Apologies for never getting back on this, |
This requires using a canvas object to render the webp to png as image/webp is not supported (by Chromium at the very least).
Manually tested in Chrome 119.0.6045.199 (Official Build) (arm64).