pixi.js / packages / app /
@Matt Karl Matt Karl authored on 19 May 2019
..
src Updated comments and docs for deprecated methods / properties. (#5616) 6 years ago
test Application plugin structure (#4933) 6 years ago
LICENSE Update LICENSE files to 2018 (#4585) 7 years ago
README.md Application plugin structure (#4933) 6 years ago
package.json v5.0.3 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