pixijs/spine

"pixi.js": "^5.3.7"

yaslavka opened this issue · 1 comments

my version of "pixi.js": "^5.3.7", I don't understand which version of pixi-spine should I install? whichever version I install, the entire project does not work for me after installing pixi-spine

If you dont use webpack or other packers, and dont include pixi as module, if you use old way (<script src =...>) jhust take this:

https://www.npmjs.com/package/@pixi-spine/all-4.1
file is in /pixi-spine/dist/pixi-spine.umd.js

It should work. However, if there will be error related to pixi - ... well .. you have to do some stuff to use older pixi api? I dont think we have something that requires v6 or v7