Skip to content

TinyWebP is a fast and privacy-friendly web app for converting images to WebP format. It runs entirely in the browser, ensuring secure and efficient conversions.

License

Notifications You must be signed in to change notification settings

IamIsPra/tinywebp

Repository files navigation

TinyWebP

TinyWebP Banner

TinyWebP is a fast and privacy-friendly web app for converting images to WebP format. It runs entirely in the browser, ensuring secure and efficient conversions.

Features

  • Drag-and-drop image conversion
  • Supports JPG, PNG, GIF, TIFF, BMP, WEBP and AVIF formats
  • Fast and privacy-focused (runs entirely in the browser)
  • No file uploads, ensuring data security
  • Responsive and mobile-friendly UI

Live Demo

Check out the live app: tinywebp.app

Deploy Your Own

You can easily deploy TinyWebP to Cloudflare Pages, Vercel, or Netlify with the steps below.

Deploy to Cloudflare Pages

  1. Fork this repository.
  2. Go to Cloudflare Pages and create a new project.
  3. Select your forked repository.
  4. Set the following build settings:
    • Framework: React (Vite)
    • Build command: npm run build
    • Output directory: dist
  5. Deploy your project!

Deploy to Vercel

Click on   Deploy with Vercel   OR

  1. Fork this repository.
  2. Go to Vercel and import your repository.
  3. Configure the build settings:
    • Framework Preset: Vite
    • Build Command: npm run build
    • Output Directory: dist
  4. Deploy your project!

Deploy to Netlify

Click on   Deploy to Netlify   OR

  1. Fork this repository.
  2. Go to Netlify and create a new site.
  3. Link your repository and configure the build settings:
    • Build Command: npm run build
    • Publish Directory: dist
  4. Deploy your project!

Development

Clone the repository and install dependencies:

npm install
npm run dev

This will start a development server at http://localhost:5173/.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

License

MIT License. See LICENSE for details.

About

TinyWebP is a fast and privacy-friendly web app for converting images to WebP format. It runs entirely in the browser, ensuring secure and efficient conversions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published