Skip to content
#

particles

Here are 697 public repositories matching this topic...

tsparticles
canvas-confetti
diivi
diivi commented Sep 28, 2021

The driver code in README.md gives the following code to start with:

var myCanvas = document.createElement('canvas');
document.appendChild(myCanvas);

var myConfetti = confetti.create(myCanvas, {
  resize: true,
  useWorker: true
});
myConfetti({
  particleCount: 100,
  spread: 160
  // any other options from the global
  // confetti function
});

However, this gives the fol

Improve this page

Add a description, image, and links to the particles topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the particles topic, visit your repo's landing page and select "manage topics."

Learn more