hi

上级 d7e60a2a
......@@ -21,7 +21,7 @@ export default {
ctx.font = "bold 200px sans-serif";
ctx.textAlign = "center";
ctx.textBaseline = "middle";
ctx.fillText("InsCode222", canvas.width / 2, canvas.height / 2);
ctx.fillText("Hi", canvas.width / 2, canvas.height / 2);
requestAnimationFrame(render);
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册