Skip to content

MrTusarRX/webp-to-png-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WEBP to PNG Converter

A simple, fast, and interactive web-based tool that allows users to easily convert WEBP images to PNG format directly in their browser without any server-side processing. The tool offers an engaging user experience with a cool neon glow interface.

Features

  • Instant Conversion: Upload a WEBP image and instantly convert it to PNG.
  • No Installation Required: Simply open the index.html file in your browser to start converting.
  • Responsive Design: The layout is optimized for both desktop and mobile devices.
  • Interactive UI: Neon glowing effects, animations, and a modern interface to make the user experience exciting.
  • Client-Side Processing: All processing is done directly in the browser using HTML5, CSS3, and JavaScript.
  • Offline Mode: Ensures full privacy as your images never leave your device.
  • Drag & Drop Support: Easily drag and drop WEBP files into the interface for quick conversion.
  • No Conversion Limits: Convert as many WEBP files as you like without restrictions.

Demo

You can try the tool directly by visiting the live demo here

Screenshot

WEBP to PNG Converter Screenshot

How to Use

  1. Upload a WEBP Image: Click the "Choose File" button to select a WEBP image from your device or drag and drop it onto the interface.
  2. Wait for Conversion: The image will automatically be converted to PNG format after being uploaded.
  3. Download the PNG: A "Download PNG" button will appear once the conversion is complete. Click it to save the file.

Installation

No installation is required. You can either clone the repository or directly open the index.html file in your browser to use the tool. Run the following commands to clone the repository to your local machine:

git clone https://github.com/MrTusarRX/webp-to-png-converter.git
cd webp-to-png-converter