loonywizard / js-confetti

JS Confetti library that supports emojis 🦄 🎉 ⚡️
https://loonywizard.github.io/js-confetti/
MIT License
1.08k stars 45 forks source link

fix: emoji font size is too small on high-resolution screens #62

Open penjj opened 6 months ago

penjj commented 6 months ago

On my MacBookPro (DPI=2) screen, the actual size of the emoji font is half the size of screens with DPI=1. I resolved this issue by multiplying the font size by the DPI.