6.2.1-beta.9 • Published 2 years ago

@tbminiapp/pixi-app v6.2.1-beta.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@tbminiapp/pixi-app

Installation

npm install @tbminiapp/pixi-app

Usage

import { Application } from '@tbminiapp/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 @tbminiapp/pixi-loaders
  • TickerPlugin from @tbminiapp/pixi-ticker