🏠ExamplesPixi IntroductionConfigOn this pageConfigsource: examples/src/01-helloworld/pixi.tsTransparent canvas{ transparent: true, antialias: true,}CopyAntialiasing off{ transparent: false, backgroundColor: 0x000000 antialias: false,}CopyWhite background{ transparent: false, backgroundColor: 0xffffff antialias: true,}Copy