pixijs / particle-emitter

A particle system for PixiJS
http://pixijs.io/particle-emitter/docs
MIT License
786 stars 124 forks source link

Support for PIXI v6 individual modules #151

Closed qtiki closed 2 years ago

qtiki commented 3 years ago

Using pixi-particles with the individual PIXI v6 modules is not possible at the moment because index.d.ts imports PIXI objects from the pixi.js bundle.

With v6 the individual packages have proper TypeScript types so it would be better to import these from the specific package, for example import { Container } from '@pixi/display'. This seems to be the "official" direction that other plugins are going as well.

andrewstart commented 2 years ago

Release 5.0.0 is out!