confetti
confetti copied to clipboard
Collect feature
Can i somehow collect all dropped images at the bottom of the screen, something like tetris?
Hmm interesting idea, the library doesn't support the feature at the moment so you might have to fork the repo and change how the bounds are calculated. It might be a little complicated though because you would also have to keep track of other confetti so that they properly stack on each other instead of overlapping. Currently each individual confetto animates independently.
Happy to see a PR for this feature if you decide to implement it!