2.0.0 • Published 2 years ago

confetti-rain v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

  1. Assumes browser environment
  2. Assumes RAF support in said browser