Image Cropper
Quickly crop, adjust, and refine your images with a clean and intuitive interface.
Quickly crop, adjust, and refine your images with a clean and intuitive interface.
Select a picture to crop.
Ensure you have Bun installed on your machine.
curl -fsSL https://bun.sh/install | bashClone the repository and install dependencies:
git clone https://github.com/goodwin-omollo/image-cropper.git
cd image-cropper
bun installLaunch the development server:
bun run devOpen http://localhost:3000 to view the app.
To create an optimized production build:
bun run build
bun start