pixi.js
    Preparing search index...

    Type Alias TextureResourceOrOptionsAdvanced

    TextureResourceOrOptions:
        | ImageResource
        | TextureSourceOptions<ImageResource>
        | BufferSourceOptions
        | CanvasSourceOptions

    The type of resource or options that can be used to create a texture source. This includes ImageResource, TextureSourceOptions, BufferSourceOptions, and CanvasSourceOptions.