vishanurag / Canvas-Editor

This is a simple web project that is made with an aim to learn about canvas element of html. Now, this project is open to all of the amazing contributors.
https://vishanurag.github.io/Canvas-Editor/
MIT License
68 stars 262 forks source link

Implementing Undo/Redo Functionality Button #918

Open Bhoomysingh10 opened 2 hours ago

Bhoomysingh10 commented 2 hours ago

This feature enables users to easily revert and reapply changes in the canvas editor. The # Undo button allows users to step back through their edit history, while the # Redo button lets them reapply actions that were undone. By utilizing two stacks for managing canvas states, this functionality enhances the user experience, promoting experimentation and flexibility without the risk of losing previous work.

Bhoomysingh10 commented 2 hours ago

@vishanurag Can you provide insight in this issue !