Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? const stage = new createjs.Stage("myCanvas"); const WIDTH = window.innerWidth; const HEIGHT = window.innerHeight; stage.canvas.width = WIDTH; stage.canvas.height = HEIGHT; // 初期設定 stage.mouseX = stage.canvas.width / 2; stage.mouseY = stage.canvas.height / 3; let particle
