I got Lottie files from the designer and it contains png files.
The size are small. However, it seems low quality. And I added it into the view and built and launched my app and It looks blurry.
What I guess is, The parts Lottie can't vectorize remains as PNG files. And the others are in json.
Is that right?
If yes, The second question is, Lottie has some functionality to use PNG files like vectorized image source with its connected json file?
I need to correspond the device screens(resolutions). Does json+PNG can correspond all the resolutions or not? If it is not, Should I separate them and for the PNG part, I need mdpi, hdpi, xdpi, ... ones like in Zeplin?