This is just a recovery tool for the malformed backups from scatter 12.0.0
- Option 1: Click the "Download ZIP" button on the top of this gist, extract it somewhere, and then open
index.html. - Option 2: Copy the contents of
index.htmlandmain.jsto a folder on your computer, and then openindex.html.
The unpacked_min.js file is what the main.js is before it goes through webpacking which allows it to be imported in a single file, otherwise users
would have to install the node package manager and run a full blown javascript project.