loonywizard / js-confetti

JS Confetti library that supports emojis 🦄 🎉 ⚡️
https://loonywizard.github.io/js-confetti/
MIT License
1.12k stars 47 forks source link

Group confetties by color to optimize canvas drawing #4

Closed loonywizard closed 3 years ago

loonywizard commented 3 years ago

Group confetties by color to optimize canvas drawing, batch same-color confetties drawing togheter

MDN Optimizing canvas

loonywizard commented 3 years ago

Well, I have tested performance by measuring FPS while calling addConfetti method every 100ms and here is the result