This repository provides a tool to convert raster images (PNG) into scalable vector graphics (SVG). It uses advanced vectorization techniques to ensure high-quality results while maintaining a user-friendly experience.
- Image Upload: Easily upload PNG files for conversion.
- High-Quality SVG Output: Produces optimized and scalable SVGs.
- Preview Before Download: See the SVG output before saving it.
Ensure you have the following installed:
- Node.js (v16 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/rameez543/png-to-svg.git cd png-to-svg
-
Install dependencies:
npm install
-
Start the development server:
npm run dev