cojapacze / sketchpad

Sketchpad is fully customisable collaborative whiteboard plugin written in pure JavaScript.
https://sketchpad.pro
GNU Affero General Public License v3.0
157 stars 38 forks source link

clear all the canvas #5

Closed inanc closed 5 years ago

inanc commented 5 years ago

I found it.

document.getElementById('Clean').addEventListener("click", function () {
        sketchpad.clearSketchpad();
    });