4ch1m / spritemate4electron

A simple "Electron-wrapper" for Esshahn's awesome Spritemate-webapp.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spritemate4electron

A simple "Electron-wrapper" for Esshahn's awesome Spritemate-webapp.

But... why?

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.)

Download pre-built binaries

Find executables for ...

  • Linux
  • Windows
  • MacOSX
  • etc.

... in the RELEASES-section.

Build / Run it yourself

Clone
git clone https://github.com/4ch1m/spritemate4electron.git
Init
git submodule update --init
Install
npm install
Start
npm run start
Package
npm run package

(Check the dist-folder for distributable binaries.)

Author

Original Spritemate app: Esshahn

Electron-Wrapper: 4ch1m

License

Please read the license file.

About

A simple "Electron-wrapper" for Esshahn's awesome Spritemate-webapp.

License:MIT License


Languages

Language:JavaScript 83.7%Language:Shell 16.3%