-
Notifications
You must be signed in to change notification settings - Fork 23
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
Can you add a feature that supports pasting images? #7
Comments
I can work to add this feature @colbyfayock |
awesome! all you |
@colbyfayock, have you detected a React component/hook to do this, or would you prefer us to implement it natively? |
I create a Codesandbox with an example to paste only an image from clipboard. I need to know if the new feature needs to upload images copy from the operating system; in this case, can the user copy (to upload) multiple images? |
i dont mind if it's a component/hook if it's lightweight. what you have there seems to work perfectly. probably would be appropriate as a hook right? then i think you would basically carry on and do the same thing |
Enable direct pasting from the clipboard into the browser, rather than local import or image dragging and dropping
The text was updated successfully, but these errors were encountered: