Default Setting of Canvas Animation using React 블로그 /components/Ball.js Create a draw function and pass it to Canvas.js /components/Canvas.js Get the draw function and pass it to useCanvas.js /Hooks/useCanvas.js Resize canvas whenever window size changes Animate the draw function received from Canvas.js