You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current system to adjust and add sizes to confetti library is not ideal. It only lets you choose between three sizes which are relatively large on small mdpi screens because they are defined in pixels and were tested on large phone screens.
konfetti.models.Size class has a confusing name since Size is also already used in the Android SDK
Solution
Currently thinking of rewriting this part of the system to allow the users to add any particle size to the system instead of having to rely on Size.SMALL, Size.MEDIUM and Size.LARGE.
The text was updated successfully, but these errors were encountered:
Problem
konfetti.models.Size
class has a confusing name sinceSize
is also already used in the Android SDKSolution
Currently thinking of rewriting this part of the system to allow the users to add any particle size to the system instead of having to rely on Size.SMALL, Size.MEDIUM and Size.LARGE.
The text was updated successfully, but these errors were encountered: