1j01 / jspaint

🎨 Classic MS Paint, REVIVED + ✨Extras
https://jspaint.app/about
MIT License
7.22k stars 562 forks source link

Save images in the server and list them. #182

Open mcamprecios opened 4 years ago

mcamprecios commented 4 years ago

Hello,

thanks a lot for this app, it's BRILLIANT. I'm sorry if my question doesn't fit in issues, but I don't know where to ask. And I'm sorry too because I'm not expert at JS so, I may be missing some obvious concepts.

What we are working on: http://marccamprecios.com/albert-vilar-rebollo/index.html (super early stages, will have a Wordpress running it for the client to manage contents).

We want to use jspaint in our portfolio website, for users to have fun with it. Ideally they would save the picture in our server. And we would automatically list it, so everyone can check what others painted.

I guess it can be done, since there's the option of Imgur. And I'll try to find a way to retrieve these pictures once they're saved in our server.

We were wondering if any one can share some tips or website with the same approach. As said, I'm not a very experienced JS developer. We are aiming to pay some beers too!

Thanks a lot in advance!