A simple web application for converting images between formats (PNG, JPEG, JPG, WEBP) directly in your browser. Built with Svelte and Skeleton UI.
Clone the repository:
git clone https://github.com/yourusername/image-converter-svelte.git
cd image-converter-svelte
Install dependencies:
npm install
# or
pnpm install
npm run dev
# or
pnpm dev
Open http://localhost:5173 (or the port shown in your terminal) in your browser.
src/
└── ImageConverter.svelte # Main component for image conversion
└── main.ts # Svelte app entry point
└── app.html # HTML template
Contributions are welcome! Please open an issue or submit a pull request.
MIT License. See LICENSE for details.