pixi.js / packages / app /
@Matt Karl Matt Karl authored on 20 Sep 2019
..
src Converts default exports to named exports (#6051) 5 years ago
test Fix issue where Application.destroy ignored stageOptions (#5999) 5 years ago
LICENSE Update LICENSE files to 2018 (#4585) 7 years ago
README.md Application plugin structure (#4933) 6 years ago
package.json v5.1.4 5 years ago
README.md

@pixi/app

Installation

npm install @pixi/app

Usage

import { Application } from '@pixi/app';

const app = new Application();
document.body.appendChild(app.view);

Plugins

PixiJS provides a few plugins to add features to the Application. These can be installed from the following packages. Use Application.registerPlugin to use these plugins. Note: if you are using pixi.js or pixi.js-legacy bundles, this is unnecessary since plugins are installed automatically by default.

  • LoaderPlugin from @pixi/loaders
  • TickerPlugin from @pixi/ticker