PIXI.AppLoaderPlugin
class AppLoaderPlugin
Application plugin for supporting loader option. Installing the LoaderPlugin is not necessary if using pixi.js or pixi.js-legacy.
import {AppLoaderPlugin} from '@pixi/loaders';
import {extensions} from '@pixi/core';
extensions.add(AppLoaderPlugin);
Constructor
new PIXI.AppLoaderPlugin() → {}