-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
I tried to adapt the size of the emojis, but with no success. Both codesnippets have the same result. Is that expected or a bug?
new JSConfetti().addConfetti({
confettiNumber: 250,
emojis: ['πΊοΈ', 'π£', 'π₯³', 'π', 'β¨'],
emojiSize: 1,
});
// Same effect although size increased
new JSConfetti().addConfetti({
confettiNumber: 250,
emojis: ['πΊοΈ', 'π£', 'π₯³', 'π', 'β¨'],
emojiSize: 100,
});
Metadata
Metadata
Assignees
Labels
No labels