confetti-rain
v2.0.0
Published
Confetti raining from the sky
Downloads
274
Readme
confetti-rain
Yet another confetti package! This one is based upon Santiageo Ferreira's excellent ember-confetti package, but has been stripped of all Ember. This makes it ideal for reuse in other framework specific code.
Example usage
import confettiRain from "confetti-rain";
confettiRain.start();
Limitations
- Assumes browser environment
- Assumes RAF support in said browser