Type alias DisplayOptions

DisplayOptions: Partial<Omit<PixiRendererInitOptions, "view">> & {
    view: HTMLCanvasElement;
}

Type declaration

  • view: HTMLCanvasElement

Generated using TypeDoc