Hi,
Your library is awesome. It works perfectly on any device except for safari(iOS and desktop). The flags are blurry.
device screenshot
It happens when you load an image from url
<img src="https://hatscripts.github.io/circle-flags/flags/br.svg" width="48">
I found solutions but looks tricky
<object type="image/svg+xml" data={path} />
It only affects icons from this library. That's why I guess it has some problems with svg structure.
Thanks again for your work!