Tinfy is a desktop application built using Electron and React that allows you to compress and format images. You can easily convert images to JPEG, WebP, or PNG formats and reduce their file size for better storage and faster loading times.
- Compress Images: Reduce the file size of your images without significant loss in quality.
- Format Conversion: Convert images to JPEG, WebP, or PNG formats.
- Batch Processing: Compress and convert multiple images at once.
- User-friendly Interface: Easy to use with a drag-and-drop interface.
- Node.js
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/your-username/tinfy.git cd tinfy
-
Install dependencies:
npm install
-
Start the application:
npm run start
- Launch the application.
- Configure how the images should be compressed
- Drag and drop images into the application window.
- Done!
You can download the latest release of Tinfy from the Releases page. Each release includes pre-built binaries for various operating systems.
npm run start
: Starts the application.npm run dev
: Starts the application in development mode with hot reloading.npm run build
: Builds the application for production.npm run lint
: Runs the linter to check for code quality issues.npm test
: Runs the test suite.
This project is licensed under the MIT License - see the LICENSE file for details.