pixijs / layers

Separate the z-hierarchy of your scene tree from its canonical structure.
https://pixijs.io/layers/docs/
MIT License
222 stars 57 forks source link

lib/pixi.js/index.d.ts was outdated #15

Closed arzyu closed 7 years ago

arzyu commented 7 years ago

Since several interfaces have renamed from "types/pixi.js" v4.5.0+, lib/pixi.js/index.d.ts was outdated in this repo. When I'm using pixi-layers with "types/pixi.js" v4.5.0+, there will be an error in my console:

ERROR in [at-loader] ./node_modules/pixi-layers/bin/pixi-layers.d.ts:99:35
    TS2694: Namespace 'PIXI' has no exported member 'IDestroyOptions'.
ivanpopelyshev commented 7 years ago

Fixed.