This PR adds a clear image functionality. I had one observation, when we add an image and draw to it, if a user decides to clear the image, should the drawing persist? On this PR, the drawing persists and the same drawing will be displayed on the canvas without the image. Check it out, but maybe we can rethink if the use case changes later.
Fixes #41
This PR adds a clear image functionality. I had one observation, when we add an image and draw to it, if a user decides to clear the image, should the drawing persist? On this PR, the drawing persists and the same drawing will be displayed on the canvas without the image. Check it out, but maybe we can rethink if the use case changes later. Fixes #41