Spritesheet to Animation Conversion Tool?

Hey there!

I was wondering if there was a tool out there that would convert a sprite sheet into an animation function. I’ve been using this:
https://riknoll.github.io/pxt-arcade-asset-tool/

However, it converts the sprite sheet into individual variables with images inside. I was wondering if there was a tool that could convert the sprite sheet into an animation like

animation.runImageAnimation(player, image[image values], 500, true)

instead of the individual variables.

Thanks!
-Aaron

You can use the Convert image to Arcade sprite website:

It converts the whole sprite sheet, to have better render put the Scale Image by Factor section to 1.