A simple image and video size reducer for efficient file compression.
This project is licensed under the MIT License. See the LICENSE file for more details.
Make sure you have 20 Node.js version or heigher:
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
nvm use 20
To install the necessary dependencies, run:
cd app
npm install
To start the application locally, use the following command:
npm run dev
- Image Compression: Reduce image file sizes without compromising quality.
- Video Compression: Compress video files efficiently for faster uploads and sharing.
- UI Components: User-friendly interface for smooth user experience.
- Progress Tracking: Real-time progress for file processing.
For any inquiries or feedback, please contact the project maintainer:
Name: Maksym Pozhydaiev Email: pogidaevmo@gmail.com LinkedIn: https://www.linkedin.com/in/max-im Feel free to reach out if you encounter any issues or need assistance!