Skip to content

webdevsuk/swsimages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageViewer

This is an Electron application designed for viewing images. The app provides a user-friendly interface to zoom scroll and dragging image.

Prerequisites

Ensure you have the following installed on your system:

  • Node.js (version 21.x or later is recommended)
  • npm

Installation

  1. Clone the repository:

    git clone https://github.com/webdevsuk/swsimages.git
    cd swsimages
  2. Install dependencies:

    npm install

Running the Application

To start the application in development mode, run:

npm start

Building the Application

To create a portable build of the application, run:

npm run build-portable

The build output will be located in the dist or similar directory depending on your configuration.

License

GPL-3.0


For questions or feedback, feel free to reach out.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors