Fbada006 / ArtMaker

ArtMaker is a flexible and customisable library that allows users to draw anything they want on screen and has been built fully with Jetpack Compose.
75 stars 3 forks source link

Clear Image Functionality #43

Closed CalebKL closed 3 months ago

CalebKL commented 3 months ago

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