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

A copy button that can copy current meme #2

Open
omkar787 opened this issue Oct 6, 2021 · 4 comments
Open

A copy button that can copy current meme #2

omkar787 opened this issue Oct 6, 2021 · 4 comments
Labels
bug Something isn't working enhancement New feature or request hacktoberfest help wanted Extra attention is needed

Comments

@omkar787
Copy link
Owner

omkar787 commented Oct 6, 2021

I have created a copy button, but it only works with png format. Therefore I have commented it

@omkar787 omkar787 added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed hacktoberfest labels Oct 6, 2021
@saschanockel
Copy link

I would like to tackle this issue :)

@omkar787
Copy link
Owner Author

omkar787 commented Oct 7, 2021

That would be amazing @saschanockel :)

@saschanockel saschanockel removed their assignment Oct 14, 2021
@saschanockel
Copy link

Hey, unfortunately I also did not find any good fix for this. The problem is mainly that you can't paste the image file into the clipboard, simply because the Clipboard API does not yet support anything other than PNGs. It is also pretty unlikely that you would be able to work around that because of security reasons, which is also why loading the image in the copyImage function does not work and throws CORS errors.

@omkar787
Copy link
Owner Author

No worries buddy 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants