How to change scale of Sprite in PixiJS without loosing on resolution?
When I set scale of my Sprite to 0.1 I loose on its texture resolution. How to get with PixiJS similar result as I got when I tried to put that same img into div element with property set to 'background-size: cover'?