A small browser capable of viewing/displaying pages with embedded flash content.
Right now, I haven't packaged any of the programs and made any official releases. So, just simply download the respository and run npm install in the directory. Then, to run it,
run npm start and the browser should open.
For running on Apple Silicon, npm install should be run for Darwin x86 (running with Rosetta 2), like so:
npm install --arch=x64 --platform=darwin
I plan to implement the capability of importing .swf files to run them as well as packaging the files so that they may be run more easily on all devices.