This is a simple, browser-based tool that allows users to convert SVG files to PNG format. It provides an easy-to-use interface for uploading SVG files, setting dimensions, and downloading the resulting PNG images.
Visit the online converter at: svgshift.netlify.app
- Convert SVG files to PNG format
- Adjust output PNG dimensions
- Maintain aspect ratio option
- Live preview of the converted image
- Dark mode support
- Responsive design for various screen sizes
- Free to use and open source
- Visit svgshift.netlify.app or open the
index.html
file in a web browser - Click on "Select SVG File" to upload your SVG file
- Adjust the PNG width and height as needed
- Check or uncheck "Maintain Aspect Ratio" as desired
- Click "Convert to PNG" to process the image
- Once converted, click the "Download" button to save your PNG file
- HTML5
- CSS3
- JavaScript (ES6+)
- Canvas API for image processing
No special setup is required. Simply clone the repository and open the index.html
file in a modern web browser.
git clone https://github.com/Kaisoneo/SVGShift.git
cd SVGShift