UNPKG

pixi-game-camera

Version:

A flexible and non-opinionated way to add camera effects to your PIXI application via containers.

12 lines (10 loc) 250 B
declare module '@pixi/sprite' { import { Texture } from '@pixi/core'; export class Sprite { tint: number; alpha: number; width: number; height: number; constructor(texture: Texture) } }