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
Consider I have an image hosted on example.com/image.png and I have myminipaint.com on another server. What I have in mind is that using it like this:
example.com/image.png
myminipaint.com
myminipaint.com/#image=example.com/image.png
Somehow like what photopea does with their API's.
Is it possible?
The text was updated successfully, but these errors were encountered:
Yes, here is example for you: https://viliusle.github.io/miniPaint/?image=http://i.imgur.com/ATda8Ae.jpg
p.s. make sure your URL on exampe.com provides correct CORS headers (so not all cases will work because of this reason)
Sorry, something went wrong.
Thanks, I faced CORS error on a lot of URL's, so I ask another question, is there any option for Base64 images?
Yes, but only with Menu: File > open > open data URL
I see.
No branches or pull requests
Consider I have an image hosted on
example.com/image.png
and I havemyminipaint.com
on another server.What I have in mind is that using it like this:
myminipaint.com/#image=example.com/image.png
Somehow like what photopea does with their API's.
Is it possible?
The text was updated successfully, but these errors were encountered: