canvas-confetti
canvas-confetti copied to clipboard
🎉 performant confetti animation in the browser
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 :...
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?
Thanks for this script. Can you add more shapes in your script? for example, look here: https://kit-creations.web.app/confettiKit/
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...
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...
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']...
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...
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...