WebP Converter is a friendly, easy-to-use tool that helps you convert your images to the WebP format. WebP images are typically much smaller in file size compared to PNGs and JPEGs, while maintaining excellent visual quality. This means faster websites, reduced bandwidth usage, and improved page load times!
- Smaller File Sizes: Reduce image sizes by up to 30% compared to JPEG without losing quality
- Transparency Support: Enjoy alpha channel transparency with file sizes smaller than PNG
- Batch Processing: Convert multiple images at once with our simple drag-and-drop interface
- Simple & Fast: No technical knowledge required - just drop your images and convert!
- Node.js (version 22.14.0 or newer)
- npm package manager
- Clone this repository:
git clone https://github.com/franjorub/webp-converter.git
cd webp-converter
- Install dependencies:
npm install
- Start the application:
npm run dev
- Drag and drop your images onto the designated area
- Click the "Convert" button
- Download your newly converted WebP images!
Contributions are always welcome! Feel free to open an issue or submit a pull request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License.