I wanted a better way to upscale svgs as pngs so I built it. Also wanted a better way to make images into squares. Open source because why not. Free because it only runs on client. This fork adds new features. https://tools.scanash.com
Original by Theo: https://github.com/t3dotgg/quickpic
- Node.js (v16 or higher)
- npm (comes with Node.js)
- Clone the repository:
git clone https://github.com/scanash00/quickpic-main
cd quickpic-main
- Install dependencies:
npm install
- Install required UI packages:
npm install class-variance-authority @radix-ui/react-label @radix-ui/react-slider tailwind-merge
- Start the development server:
npm run dev
- Open your browser and navigate to:
http://localhost:3001
To create a production build:
npm run build
To start the production server:
npm start
- Image upscaling
- Square image conversion
- Image effects
- Drag and drop support
- Paste image support