muaz-khan / Canvas-Designer

Collaborative, extendable, JavaScript Canvas2D drawing tool, supports dozens of builtin tools, as well as generates JavaScript code for 2D animations.
https://www.webrtc-experiment.com/Canvas-Designer/
MIT License
368 stars 171 forks source link

Can we add eraseall button in Canvas? Or how to delete added pdf by one button (not undo)? #64

Closed Quadraphos closed 4 years ago

Quadraphos commented 4 years ago

After adding the pdf or image, I can only use 'undo' button to erase them step by step. Is there a button to remove them together?

Quadraphos commented 4 years ago

Solved by this:

clearCanvas Remove and clear all drawings from the canvas:

designer.clearCanvas();