| .. | |||
| src | 6 years ago | ||
| test | 6 years ago | ||
| LICENSE | 7 years ago | ||
| README.md | 7 years ago | ||
| package.json | 6 years ago | ||
npm install @pixi/app
import { Application } from '@pixi/app';
const app = new Application();
document.body.appendChild(app.view);
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.
@pixi/loaders@pixi/ticker