All the sprite assets for the game I am making are in animated GIF form. There are hundreds. Is there any way to load and play them in PIXI.js without splitting them into individual frame image files first?
Perhaps there is some other library I could use in conjunction with PIXI.js to get these images in?
If not, is there some way I can recursively go through a folder and batch separate all of the GIFs into frame images?