1 comment

  1. It’s very easy to use — the above “confetti blast” span works like this:

    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min.js"></script>
    
    <span onclick="confetti()">confetti blasts</span>
    

    The .js file is ~3 KB gzipped.

Comments are closed.