Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 863 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 863 Bytes

PNG to SVG Converter

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.

Features

  • 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.

Getting Started

Prerequisites

Ensure you have the following installed:

  • Node.js (v16 or higher)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/rameez543/png-to-svg.git
    cd png-to-svg
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev