UNPKG
descartes.js
Version:
latest (0.1.0)
0.1.0
0.0.2
0.0.1
A JS alternative to matplotlib, made for Descartes
github.com/arguiot/Descartes
arguiot/Descartes
descartes.js
/
src
/
includes
/
functions
/
clear.js
4 lines
(3 loc)
•
66 B
JavaScript
View Raw
1
2
3
4
clear() {
this
.ctx.clearRect(
0
,
0
,
this
.width,
this
.height) }