Describe the bug
npx openfl-js process file.swf outputs a swf lite bundle, not an Animate Bundle
To Reproduce
Steps to reproduce the behavior:
- Process a
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
OpenFL Targets
All languages
Additional context
OpenFL uses the Animate format, so OpenFL-JS probably should too as swf lite is deprecated.
Might require publishing SWF into NPM for AnimateLibrary.loadFromFile? the readme has me a bit confused.
Describe the bug
npx openfl-js process file.swf outputs a swf lite bundle, not an Animate Bundle
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
OpenFL Targets
All languages
Additional context
OpenFL uses the Animate format, so OpenFL-JS probably should too as swf lite is deprecated.
Might require publishing SWF into NPM for AnimateLibrary.loadFromFile? the readme has me a bit confused.