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.
70 stars 3 forks source link

Rubbing Functionality #84

Closed CalebKL closed 1 month ago

CalebKL commented 1 month ago

This PR introduces a rubbing functionality feature that enhances the canvas drawing experience. Users can now remove previously drawn points from the canvas. Undo and Redo functionality has been updated to adapt to this new feature

Fixed #25