@pixi/ticker
TypeScript icon, indicating that this package has built-in type declarations

7.4.2 • Public • Published

@pixi/ticker

Installation

npm install @pixi/ticker

Usage

Create a Ticker object directly:

import { Ticker } from '@pixi/ticker';

const ticker = new Ticker();
ticker.start();

Use as an Application plugin:

import '@pixi/ticker';
import { Application } from '@pixi/app';

const app = new Application();
app.ticker.start();

Versions

Current Tags

Version History

Package Sidebar

Install

npm i @pixi/ticker

Homepage

pixijs.com/

Weekly Downloads

101,235

Version

7.4.2

License

MIT

Unpacked Size

123 kB

Total Files

34

Last publish

Collaborators

  • zyie
  • bigtimebuddy