A cross-platform desktop application built with Electron that allows you to capture screenshots of any website at different screen sizes — quickly and easily.
- 📸 Capture full-page screenshots of any website
- 🖥️ Multiple preset screen sizes:
- Desktop (1440px)
- Laptop (1024px)
- Tablet (768px)
- Mobile Large (425px)
- Mobile Medium (375px)
- Mobile Small (320px)
- ✏️ Custom width option
- 🖥️ Cross-platform (Windows available)
👉 The portable version runs without installation. Just download and run!
- Clone the repository:
git clone https://github.com/yourusername/Web-ScreenShot.git
cd Web-ScreenShot
- Install dependencies:
npm install
- Start the application:
npm start
To build the app for your platform:
npm run build
After building, you will find your executables inside the /dist
folder.
Command | Purpose |
---|---|
npm start |
Start the app in development mode |
npm run build |
Build the app for production |
npm run pack |
Create an unpacked app version |
This project is licensed under the MIT License.
See the LICENSE file for more details.