Skip to content

Commit 1d8e472

Browse files
committed
updated readme, rename app
1 parent 2e0a280 commit 1d8e472

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
# Web Utils
2-
3-
## Features
4-
- Image Optimization
5-
- Image Conversion
6-
- Bulk File Downloader
7-
- Crawler
8-
9-
1+
# Image Optimizer
2+
A front-end based image converter and optimizer that allows users to convert images between various formats (JPEG, PNG, WebP) and adjust quality settings. It supports multiple file uploads and provides a zip download of the converted images.
103

114
#### Built with:
12-
- React/Vite
5+
- React
136
- Tailwind CSS

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ import tailwindcss from '@tailwindcss/vite'
55
// https://vite.dev/config/
66
export default defineConfig({
77
plugins: [react(), tailwindcss()],
8-
base: '/web_utils',
8+
base: '/image-optimizer',
99
})

0 commit comments

Comments
 (0)