flagxor / ueforth

Apache License 2.0
90 stars 26 forks source link

adding clearRect to eFORTH web #42

Open MPETREMANN11 opened 1 year ago

MPETREMANN11 commented 1 year ago

JSWORD: clearRect { x y width height } context.ctx.clearRect(x, y, width, height); ~