An Electron-based app for capturing site screenshots of responsive websites. Have a look the app in action below :
Usage
-
Run screenson app.
-
Enter valid site url.
-
Choose devices and target folder.
-
screenson will automatically generate screenshots into your folder when its done.
Development Setup
-
Pull this repo
-
Go to screenson folder and run
npm install
-
Make sure you've installed Electron Prebuilt
-
Run
electron .
-
Main process file is in
src/index.js
and renderer process file is insrc/assets/js/app.js