Skip to content

weekrise/confetto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Confetto

A function for making it rain confetti.

The module builds on top of the amazing canvas-confetti module.

Install

# yarn
yarn add confetto

# npm
npm install --save confetto

Usage

import confetto from 'confetto';

// Call `confetto` when you want the confetti-rain to start
confetto();

License

MIT © Tobias Herber