pixijs / particle-emitter

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

Cannot find module "pixi.js" when using pixi.js-legacy #117

Closed Owlzy closed 4 years ago

Owlzy commented 4 years ago

Was setting up a new project and need to support canvas (on certain mobile devices there is a blacklist that prevents it running) and have run into this issue.

It seems that it is looking for pixi.js rather than pixi.js-legacy. Not sure on a fix for this as it is in the import statement so I will probably having to do a custom build.

Owlzy commented 4 years ago

actually seems was an error on my side, issue is resolved.