An Electron-based app that allows you to browse ModelSaber models.
Dependancies: Electron, Electron Builder
git clone https://github.com/parapass/modelsaber-browser/
npm install
- Make any changes in the main.js file.
npm start
After the app has successfully built, test it again using npm start, then use npx electron-builder -w\l\m .
This will package the app, if the app builds, installs, and runs fine, then you may submit your PR.