Skip to content

A cross-platform desktop application built with Electron that allows you to capture screenshots of any website at different screen sizes — quickly and easily.

License

Notifications You must be signed in to change notification settings

unitycoder/Web-ScreenShot

 
 

Repository files navigation

Web Screenshot Tool

A cross-platform desktop application built with Electron that allows you to capture screenshots of any website at different screen sizes — quickly and easily.

App Preview


✨ Features

  • 📸 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)

📥 Download Windows

Download Portable Version

👉 The portable version runs without installation. Just download and run!


🛠 Installation (Development)

  1. Clone the repository:
git clone https://github.com/yourusername/Web-ScreenShot.git
cd Web-ScreenShot
  1. Install dependencies:
npm install
  1. Start the application:
npm start

⚙️ Building (for production)

To build the app for your platform:

npm run build

After building, you will find your executables inside the /dist folder.


🧪 Development Commands

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

🧩 Technologies Used


📜 License

This project is licensed under the MIT License.
See the LICENSE file for more details.


About

A cross-platform desktop application built with Electron that allows you to capture screenshots of any website at different screen sizes — quickly and easily.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 48.5%
  • JavaScript 29.0%
  • HTML 22.5%