Skip to content

This is a cross platform desktop application to shrink the size of image.

License

Notifications You must be signed in to change notification settings

surajkarki66/image-compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageCompressor

This is a desktop application to shrink the size of the image.

Running locally

Clone the repository

   git clone https://github.com/surajkarki66/image-compressor

Using yarn

   yarn install
   yarn start

Using npm

   npm i
   npm start

Downloading the application for different operating systems

You can download the binary or executable of the application from GitHub releases at the right side of this page for different operating systems.

Building the application for different operating systems

Step 0: Clone the repository

   git clone https://github.com/surajkarki66/image-compressor

Step 1: Install all dependencies

Using yarn

   yarn install

Using npm

   npm i

Step 2: Package the application

Using yarn

For Linux:
   yarn run package-linux
For MacOS:
   yarn run package-mac
For Windows:
   yarn run package-win

Using npm

For Linux:
   npm run package-linux
For MacOS:
   npm run package-mac
For Windows:
  npm run package-win

Note: After building,the build files will be stored in the release-builds directory.