Skip to content

Instantly share code, notes, and snippets.

@moohax
Created July 27, 2022 04:50
Show Gist options
  • Select an option

  • Save moohax/c478cd3eedf88924ba027e077758447a to your computer and use it in GitHub Desktop.

Select an option

Save moohax/c478cd3eedf88924ba027e077758447a to your computer and use it in GitHub Desktop.

Revisions

  1. moohax created this gist Jul 27, 2022.
    12 changes: 12 additions & 0 deletions Winner
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    %%javascript
    requirejs.config({
    paths: {
    'winnner': ['//cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min'],
    },
    });

    confetti({
    particleCount: 300,
    startVelocity: 30,
    spread: 125,
    });