createjs-utils
createjs-utils copied to clipboard
support single frame animation
Hello,
- Removed helperFunctions (There's no helperFunctions for .json)
- Support for single frame animation
Based on EaselJS Documentation: http://createjs.com/Docs/EaselJS/classes/SpriteSheet.html
Single frame animation are not Arrays but a Number.
Have a good day.