hunkim98 / dotting

Dotting is a pixel art editor component library for react
https://hunkim98.github.io/dotting/
MIT License
43 stars 12 forks source link

Add feature for undo and redo #6

Closed hunkim98 closed 1 year ago

hunkim98 commented 1 year ago

Currently there is no action set for undoing and redoing actions.

To implement this, one should define actions that happen in the Canvas and track them.

Check the link below to get a glimpse on how to implement undo/redo

Reference: https://liveblocks.io/blog/how-to-build-undo-redo-in-a-multiplayer-environment

hunkim98 commented 1 year ago

I will close this issue since the branch has been merged #21