Save Canvas as Image and save to local storage
hey there.
i am wondering if it is possible to do it, so I ask.
In my app you can take an image via camera or load an existing image from your local storage.
once loaded, you can add multiple layers via drag and drop over the image.
for now, i implemented an HTML2Canvas Javascript which works fine. But now i want to add the option to save the Canvas as Image to the internal storage of the device.
Any suggestion how?
thanks!