embiem / react-canvas-draw

React Component for drawing in canvas
https://embiem.github.io/react-canvas-draw/
MIT License
892 stars 315 forks source link

[Proposed Enhancement] Redo function #92

Open mexicantexan opened 4 years ago

mexicantexan commented 4 years ago

It'd be cool if there was a redo function! Instead of popping the last item off the list like undo function does, keeping a copy of the master list and just going back and forth with an index until a change deviates from the master list at which point the master list would be clipped... It's like time travel, just with lists