canvas-confetti icon indicating copy to clipboard operation
canvas-confetti copied to clipboard

🎉 performant confetti animation in the browser

Results 45 canvas-confetti issues
Sort by recently updated
recently updated
newest added

When creating a canvas as : var canvas = this.$refs.notifyContainer canvas.confetti = confetti.create(canvas, { resize: true }) canvas.confetti({ spread: 70, origin: { y: 1.2 } }); console shows error :...

info needed

Hi, Is it possible to get the circle shape but without the tilt and wobbling and instead have different sizes on the shapes to mix it up a bit?

feature request
help wanted

Thanks for this script. Can you add more shapes in your script? for example, look here: https://kit-creations.web.app/confettiKit/

feature request
help wanted

Hi, we've noticed an issue with the confetti not rendering right on Huawei browsers. No confetti appears, and the content below it is masked as a result. All other mobile...

help wanted

We don't have plans of enabling arbitrary code execution via Blob in Workers, but we're fine with enabling Workers. Could there be a version of this with a dedicated worker...

feature request
help wanted

Next to rectangles and ellipses, i'd love to see the option of using images as particle shapes. One could use it with the standard shape array like ['image', 'image', 'circle']...

feature request
help wanted

Currently, workers only accept a single canvas, so multiple instances cannot be used along with `useWorker`. **Steps:** 1. update the "custom canvas" demo to use workers 1. start the "school...

bug

Discovering this library has made my day! :confetti_ball: Could it be possible to have the confetti optionally collect at the edge of the screen / canvas where the gravity is...

feature request
help wanted