# pixi-typescript **Repository Path**: mirrors_pixijs/pixi-typescript ## Basic Information - **Project Name**: pixi-typescript - **Description**: Typescript definitions for Pixi.js - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: v4.x - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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](https://github.com/pixijs/pixi.js/tree/v4.x) with periodical [Releases](https://github.com/pixijs/pixi-typescript/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.