The Online AVIF Viewer is a web-based application designed to provide a seamless experience for viewing AVIF images online. This project is open-source, allowing anyone to contribute and improve the viewer.
-
Open the application in your web browser. link
-
Upload an AVIF image or enter the URL of an AVIF image.
-
View the image directly or convert it to PNG or JPEG.
- View AVIF Images: Easily view AVIF images directly in your browser without needing to download them.
- Convert AVIF to PNG/JPEG: Convert AVIF images to PNG or JPEG formats for compatibility with various devices and platforms.
- Open Source: Contribute to the project, report issues, or suggest enhancements.
To run the Online AVIF Viewer locally, follow these steps:
- Clone the repository:
git clone https://github.com/dreamcatcher45/online-avif-viewer.git
- Navigate to the project directory:
cd online-avif-viewer
- Install dependencies:
npm install
- Start the development server:
npm start
Contributions are welcome! Please read the contributing guidelines before getting started.
This project is licensed under the MIT License - see the LICENSE file for details.