白秋色的咸鱼 8785e1acea no message пре 1 месец
..
dist 8785e1acea no message пре 1 месец
LICENSE 8785e1acea no message пре 1 месец
README.md 8785e1acea no message пре 1 месец
global.d.ts 8785e1acea no message пре 1 месец
index.d.ts 8785e1acea no message пре 1 месец
package.json 8785e1acea no message пре 1 месец

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 extensions.add 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