Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.05 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.05 KB

Pym

Download on Mac App Store Download on Microsoft Store

Pym is a desktop app that wraps the web app Squoosh using DeskGap.

Squoosh is an image compression web app that allows you to dive into the advanced options provided by various image compressors.

Image compression is handled locally; no additional data is sent to the server.

On top of it, Pym features:

  • Dark mode support on macOS 10.14+ and Windows 10 1809+.
  • Native file dialog for image exporting.
  • No Google Analytics tracking.

Building locally

Clone the repo, and:

npm install
npm run build

You can run the app with:

npm start