I have drawing canvas where user will draw multiple drawings and save & load it back
When user draw something then I want to add a button to save that drawing so next time they can start drawing from where they left. But problem is currently I only able to save single drawing.
How can I save multiple drawings with names So I can get that saved drawing from its name.
I tried using inbuilt save & load action but that doesn't load drawing data.
please help how to do this?