A simple "Electron-wrapper" for Esshahn's awesome Spritemate-webapp.
This will turn Spritemate into a "real" desktop-app which can easily be used offline.
Other benefits are:
- automatically restores your previously used window position/size (which is especially useful when working with a multi-monitor setup)
- no trouble with ad-blockers, etc.
- runs independent from your default browser (dedicated "localStorage", "sessionStorage", etc.)
Find executables for ...
- Linux
- Windows
- MacOSX
- etc.
... in the RELEASES-section.
git clone https://github.com/4ch1m/spritemate4electron.git
git submodule update --init
npm install
npm run start
npm run package
(Check the dist
-folder for distributable binaries.)
Original Spritemate app: Esshahn
Electron-Wrapper: 4ch1m
Please read the license file.