i did it
2 comments
JustLookingAround
14.04.2021 15:09
LinkH o w
Toonziz[OP]
14.04.2021 15:11
Linkpaste this into consle:
var canvas = document.getElementById("paintCanvas");
var ctx = canvas.getContext("2d");
ctx.font = "30px Times New Roman";
ctx.fillText("it worked", 10, 50);