Interface PIXIv8Loader

interface PIXIv8Loader {
    load: ((url: string) => Promise<any>);
}

Properties

Properties

load: ((url: string) => Promise<any>)