Skip to content

Instantly share code, notes, and snippets.

@moohax
Created July 27, 2022 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moohax/c478cd3eedf88924ba027e077758447a to your computer and use it in GitHub Desktop.
Save moohax/c478cd3eedf88924ba027e077758447a to your computer and use it in GitHub Desktop.
%%javascript
requirejs.config({
paths: {
'winnner': ['//cdn.jsdelivr.net/npm/canvas-confetti@1.5.1/dist/confetti.browser.min'],
},
});
confetti({
particleCount: 300,
startVelocity: 30,
spread: 125,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment