js-confetti
js-confetti copied to clipboard
emojiSize not working
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,
});