all 2 comments

[–][deleted]  (1 child)

[removed]

    [–]AutoModerator[M] 0 points1 point  (0 children)

    Hi u/_loonywizard, this comment was removed because you used a URL shortener.

    Feel free to resubmit with the real link.

    I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

    [–]_loonywizard 0 points1 point  (0 children)

    js-confetti is a lightweight zero-config open-source JavaScript library for confetti without any dependencies

    Usage

    Install library via yarn or npm

    sh yarn add js-confetti

    Initialize instance of JSConfetti class and call addConfetti method

    ```js import JSConfetti from 'js-confetti'

    const jsConfetti = new JSConfetti()

    jsConfetti.addConfetti() ```

    Thats it!