mattjennings / svelte-pixi

Create PixiJS apps with Svelte
https://svelte-pixi.com
MIT License
112 stars 15 forks source link

The 'instance' props of AnimatedSprite does not work? #33

Open utranhost opened 10 months ago

utranhost commented 10 months ago

Got an error: Uncaught (in promise) Error: [AnimatedSprite]: Invalid frame index value 0, expected to be between 0 and totalFrames 0.

Is there an example of how to use it correctly? thanks.