New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pixi/app

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pixi/app

Convenience class to create a new PixiJS application

5.4.0-rc.3
Source
npm
Version published
Weekly downloads
116K
3.64%
Maintainers
1
Weekly downloads
 
Created
Source

@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

FAQs

Package last updated on 10 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts