This is the initialization of the application in version 8.
Previously there was a parameter called “antialias”.
await this.app.init({
background: '#2b344b',
resizeTo: this.wrapper,
antialias: true, //in v8 absent (-_-)
resolution: window.devicePixelRatio || 2,
autoDensity: true,
});