How I can specify a color for the background and text? const canvas = createCanvas(200, 200); const ctx = canvas.getContext("2d"); ctx.font = "30px Impact"; ...
確定! 回上一頁