Config
- source:
examples/src/01-helloworld/pixi.ts
Transparent canvas
{
transparent: true,
antialias: true,
}
Antialiasing off
{
transparent: false,
backgroundColor: 0x000000
antialias: false,
}
White background
{
transparent: false,
backgroundColor: 0xffffff
antialias: true,
}