Https://confettiscripts.com/v/jbus7gdntoa Apr 2026
: Adjust the count (number of particles), size , and shape (e.g., paper fragments, ribbons, or stars).
: Add the library to your site using a script tag from a Content Delivery Network (CDN) like jsDelivr . https://confettiscripts.com/v/JBUs7gDntoA
: Some implementations require manually removing the canvas element after the animation finishes to keep the document clean. Confetti Page : Adjust the count (number of particles), size
document.getElementById('myButton').onclick = () => { confetti({ particleCount: 150, spread: 70, origin: { y: 0.6 } }); }; Use code with caution. Copied to clipboard and shape (e.g.
: Copy the small snippet of JavaScript provided by the editor into your website’s code. For example, to trigger confetti on a button click: javascript