Hi there
I am trying to build a simple possibility for a user to upload two images and overlay them on a Canvas with the possibility to drag and drop the images and move them around.
Also I need the possibility to do simple drawing. In the end I want to save the final flat image.
As far as I understand WeWeb does not have this functionality natively.
Since I am no Frontend Dev nor do I have too much experience with Vue I am wondering what would be the best way to do this?
Might current approach would be to hopefully find a Vue Component / JS Library that somehow does what I want and then try to incorporate it via custom JS / my own component. (Not entirely knowing how yet). Another Idea was using an Iframe, I just image that this would be something generally to avoid?
I’d be thankful for any ideas or suggestions (also for a library) that point me in the right direction.
Regards
Nils