-
Notifications
You must be signed in to change notification settings - Fork 0
0K Clearing the canvas
Luis Murillo Baltodano edited this page Aug 3, 2020
·
1 revision
// transparent canvas clearing
clear()
// canvas clearing with color
clear('#f44')
// canvas clearing with semi-transparent color
clear('#f448')
preset(({clear}) => {
clear('#f44')
}, '#canvasForClearing')