1👍
✅
You need to use .clear()
on the instance of the fabric canvas
clear: function () {
this.canvas.clear();
}
Source:stackexchange.com