dominictobias/react-image-crop

A responsive image cropping tool for React

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 18 minutes ago
Added to GitGenius on September 16th, 2026
Created on October 9th, 2015
Open Issues & Pull Requests: 73 (+0)
GitHub issues: Enabled
Number of forks: 347
Total Stargazers: 4,104 (+0)
Total Subscribers: 25 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.1 hours
Mean response time: 37.5 days
90th percentile: 62.1 days
Tracked items: 21

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 12
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 878 days
Stale 30+ days: 12
Stale 90+ days: 12

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

React Image Crop is a responsive image cropping tool for React.

The tool solves the problem of allowing users to interactively crop images within React applications. It provides a responsive interface that adapts to different screen sizes and device types, enabling developers to integrate image cropping functionality without building the feature from scratch. The approach centers on a React component that handles the cropping interaction and state management, making it straightforward to embed into existing applications.

Developers should choose this tool when building applications that require user-facing image editing capabilities, particularly those targeting responsive web interfaces. It suits projects ranging from simple image upload flows to more complex image editing workflows where users need to select and crop specific regions before submission or processing. The tool is well-suited for applications that need to work across desktop and mobile browsers without requiring separate implementations for each platform.

The project shows consistent maintenance with regular updates addressing bug fixes and compatibility improvements. Development activity demonstrates responsiveness to user-reported issues and pull requests. The codebase maintains a focus on keeping the library lightweight and performant while supporting modern React patterns.