Hey guys, we're having trouble using the pixi-extra-filters module in our project.
Could someone check if this setup is wrong?
package.json: https://gist.github.com/Rojoss/ea1c4bf6d7fd823ab8999df295f672ed
We also use pixi-display and are unable to use static types for that.
So everywhere we wanna use DisplayGroup we have to use any.
We can still use new PIXI.DisplayGroup though and the game runs fine with it.
So it really is just a TS compile issue it seems so I assume we've set something up wrong.
It'd be great if someone could help us out or share their TS PIXI setup.