index.ts418 chars12 lines
Explanation:
document.getElementById()
.canvas.getContext("2d")
.ctx.fillStyle
.ctx.fillRect(x, y, width, height)
. The x
and y
parameters specify the top-left corner of the square, while the width
and height
parameters specify the size of the square.gistlibby LogSnag