- Added the [-g] option to output an animated gif
- Removed the [-n] option
- Bundle the and dependencies into build/ffbetool.js so the can be run without requiring
npm install
- Refactored for maintainability
- Use ES6
- Added [-n] option to use the out filename format
$uid_$action
- Default out filename format to
unit_$action_$uid
- Added [-e] option to include empty frames
- Added [-v] option to print out more information to console
- Added [-j] option to save the animation sheet information as json file
- Fixed blend mode
- Some optimizations
- Recursively create directories to output path if necessary
- Print less to console by default
- Made the logs to console more informative
- Flip part image before applying rotation
- Some optimizations
- Removed the [-e] option to include empty frames
- Removed the [-d] divider option
- Promisification of callbacks
- Initial Release