A simple web application that converts AVIF image files to WebP format.
- Drag and drop interface for uploading AVIF files
- Instant conversion to WebP format
- Automatic download of converted files
- Simple and clean user interface
- HTML, CSS, JavaScript
- Node.js with Express
- Sharp.js for image conversion
- Netlify Functions for serverless deployment
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 in your browser
MIT