Skip to content

emojiSize not workingΒ #64

@dcts

Description

@dcts

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions