6.2.1-beta.9 • Published 3 years ago
@tbminiapp/pixi-app v6.2.1-beta.9
@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
6.2.1-beta.8
3 years ago
6.2.1-beta.9
3 years ago
6.2.1-beta.6
3 years ago
6.2.1-beta.7
3 years ago
6.2.1-beta.2
3 years ago
6.2.1-beta.3
3 years ago
6.2.1-beta.4
3 years ago
6.2.1-beta.5
3 years ago
6.2.1-beta.1
3 years ago