An open API service indexing awesome lists of open source software.

https://github.com/sobhan-srza/custom-image-cropper

A customizable client-side image cropper with drag, resize, and download support. Fully responsive and supports both desktop and mobile devices.
https://github.com/sobhan-srza/custom-image-cropper

canvas crop crop-image cropper cropperjs css html html-css-javascript image image-cropper image-cropping-tool imagecropper javascript

Last synced: about 1 month ago
JSON representation

A customizable client-side image cropper with drag, resize, and download support. Fully responsive and supports both desktop and mobile devices.

Awesome Lists containing this project

README

          

# Custom Image Cropper

A responsive and customizable image cropper built with HTML, CSS, and vanilla JavaScript.
Supports mouse and touch (mobile) interactions, including:

- Drag to move crop area
- Resize from all directions
- Crop the image and preview result
- Download cropped output
- Dark mode and simple UI

## 📱 Responsive
Works on both desktop and mobile with pointer events support.

## 📦 Features
- No external libraries
- Lightweight and fast
- Modern `pointer` event handling
- Mobile friendly

## 📸 Demo
[Live Demo](https://sobhan-srza.github.io/custom-image-cropper/) — *(Add GitHub Pages link here if published)*

## 📄 License
[MIT](./LICENSE)

## 🚀 Usage
Clone or download the project and open `index.html` in your browser.