/pixi-typescript

Typescript definitions for Pixi.js

Primary LanguageTypeScript

Typescript Definitions for Pixi.js v4.x

Note This repository is not intended for v5.x which ships with its own generated declarations.

When using v5.x, you can use import * as PIXI from "pixi.js" without the need for @types/pixi.js

Install

The recommended install is from DefinitelyTyped using:

npm install @types/pixi.js --save-dev

This repository contains the most recent version of the declarations for pixi.js and follows the v4.x branch with periodical Releases which are supposed to match pixi releases by the core team.

Each release is pushed to DefinitelyTyped.

Any advice, suggestions or improvements would be appreciated.