1-
21# 🖼️ Image to SVG Converter
32
43A simple web app that lets users upload any image (PNG/JPG) and instantly convert it into an ** SVG** file.
5- Users can ** preview** , ** copy the SVG code** , or ** download the file** to use anywhere.
4+ Users can ** preview** , ** copy the SVG code** , or ** download the file** to use anywhere.
65
76---
87
98## ✨ Features
9+
1010- 🚀 Upload images (PNG, JPG, JPEG)
1111- 🔄 Convert raster images into scalable vector graphics (SVG)
1212- 👀 Live preview of the generated SVG
@@ -17,19 +17,21 @@ Users can **preview**, **copy the SVG code**, or **download the file** to use an
1717---
1818
1919## 🛠️ Tech Stack
20- - ** Frontend:** React / Next.js
21- - ** Vectorization:** [ ImageTracer.js] ( https://github.com/jankovicsandras/imagetracerjs )
22- - ** Styling:** TailwindCSS (or your chosen framework)
20+
21+ - ** Frontend:** React / Next.js
22+ - ** Vectorization:** [ ImageTracer.js] ( https://github.com/jankovicsandras/imagetracerjs )
23+ - ** Styling:** TailwindCSS (or your chosen framework)
2324
2425---
2526
2627## 📦 Installation
2728
2829Clone the repository:
30+
2931``` bash
3032git clone https://github.com/shitanshukumar607/imgToSvg.git
3133cd imgToSvg
32- ````
34+ ```
3335
3436Install dependencies:
3537
@@ -58,14 +60,12 @@ Open [http://localhost:3000](http://localhost:3000) to view the app in the brows
5860
5961## 📸 Screenshots
6062
61-
62-
6363## 🔮 Future Improvements
6464
65- * ✏️ Basic SVG editor (resize, recolor, simplify paths)
66- * 🎨 Presets (outline only, reduced colors, full color)
67- * 📂 Support batch uploads
68- * 🤖 AI-assisted vectorization for complex images
65+ - ✏️ Basic SVG editor (resize, recolor, simplify paths)
66+ - 🎨 Presets (outline only, reduced colors, full color)
67+ - 📂 Support batch uploads
68+ - 🤖 AI-assisted vectorization for complex images
6969
7070---
7171
@@ -79,4 +79,4 @@ Contributions are welcome!
79794 . Push branch (` git push origin feature-name ` )
80805 . Create a Pull Request
8181
82- ---
82+ ---
0 commit comments