add support for clearing canvas (#108)

This commit is contained in:
David Luzar
2020-01-04 15:20:53 +01:00
committed by Christopher Chedeau
parent 2d0934fdd9
commit c623312380
2 changed files with 25 additions and 0 deletions
+4
View File
@@ -78,3 +78,7 @@ button {
padding: 5px;
}
button:disabled {
cursor: not-allowed;
}