1+
12# 🖼️ Image to SVG Converter
23
34A simple web app that lets users upload any image (PNG/JPG) and instantly convert it into an ** SVG** file.
4- Users can ** preview** , ** copy the SVG code** , or ** download the file** to use anywhere.
5+ Users can ** preview** , ** copy the SVG code** , or ** download the file** to use anywhere.
56
67---
78
89## ✨ 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,21 +17,19 @@ Users can **preview**, **copy the SVG code**, or **download the file** to use an
1717---
1818
1919## 🛠️ Tech Stack
20-
21- - ** Frontend:** React / Next.js
22- - ** Vectorization:** [ ImageTracer.js] ( https://github.com/jankovicsandras/imagetracerjs )
23- - ** Styling:** TailwindCSS (or your chosen framework)
20+ - ** Frontend:** React / Next.js
21+ - ** Vectorization:** [ ImageTracer.js] ( https://github.com/jankovicsandras/imagetracerjs )
22+ - ** Styling:** TailwindCSS (or your chosen framework)
2423
2524---
2625
2726## 📦 Installation
2827
2928Clone the repository:
30-
3129``` bash
3230git clone https://github.com/shitanshukumar607/imgToSvg.git
3331cd imgToSvg
34- ```
32+ ````
3533
3634Install dependencies:
3735
@@ -60,12 +58,14 @@ Open [http://localhost:3000](http://localhost:3000) to view the app in the brows
6058
6159# # 📸 Screenshots
6260
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