A beautiful SVG viewer app built with Vite and Capacitor. Load, view, and manage SVG files with ease.
- 🖼️ SVG Viewer - Load and display SVG files
- 📂 Multiple file support - Load multiple SVGs at once
- 🖱️ Drag & drop - Drop SVG files anywhere
- ⌨️ Keyboard shortcuts -
⌘O/Ctrl+Oto open files - 📱 Mobile ready - Built with Capacitor for iOS/Android
- 🌗 Dark/Light mode - Follows system preferences
- 🔍 Fullscreen view - Click any SVG to zoom in
- 📊 File info - Shows filename and size
# Clone the repository
git clone https://github.com/yusdesign/svgview.git
cd svgview
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Build for Android
npm run build:android
# Build for iOS
npm run build:ios