A function for making it rain confetti.
The module builds on top of the amazing canvas-confetti module.
# yarn
yarn add confetto
# npm
npm install --save confetto
import confetto from 'confetto';
// Call `confetto` when you want the confetti-rain to start
confetto();
MIT © Tobias Herber