Canvas Confetti Sample 2

confetti()
setInterval(function() {
  requestAnimationFrame(confetti)
}, 1000)

元記事を表示する