DanielMartinus / Konfetti

Celebrate more with this lightweight confetti particle system 🎊
ISC License
3.13k stars 299 forks source link

Compose Shape as Particle Shape #324

Open T8RIN opened 6 months ago

T8RIN commented 6 months ago

Looking through the code of compose KonfettiView gived me answer that this should be easily implemented

T8RIN commented 6 months ago

class GenericShape( val shape: androidx.compose.ui.graphics.Shape ) : Shape

Like this

T8RIN commented 6 months ago

Maybe i will start PR