How does pixi scale the whole stage so that the picture is not blurred?

the size of the picture of the design draft is 750mm 1334

I added all the elf pictures to the stage

finally, the whole stage is scaled according to the width and height of the actual equipment. However, the picture text seen on the mobile side becomes blurred, but the pc side is not blurred when debugging. Solve! Hurry, wait online!

May.18,2022

it is recommended to take a look at Pixi Chinese tutorial , and then the problem is mainly the pixel density. You can initialize with the parameter of resolution, and set the mobile terminal to 2.
clipboard.png

  • Pixi.js font blur problem

    I am an intern, the company asked to use PIXI for the development project. After using it, I found that the font is very blurry and the edges of the lines are jagged. I did not set anything, that is, according to the API document, the larger the text, ...

    May.10,2022
  • Pixi.js requests image resources across domains

    problem description pixijs the environmental background of the problems and what methods you have tried loader.add`crossOrigin: true`cors related codes ...

Menu