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
You need to provide the scalar argument when you call confetti.shapeFromText()
So try doing something like this: confetti.shapeFromText({text: '💴', scalar: 2})
This is used to determine how large the text is rendered to the canvas when it's being turned into a bitmap image. Without this you're rendering the text (or emoji) very small and then scaling it up so it ends up blurry.
System: macOS 14.5
Chip: Apple M2
As shown in the picture, my configuration parameters are:
The text was updated successfully, but these errors were encountered: