1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)PHP30,736 stars (30,736 stars)4,162 forks (4,162 forks)batch import
help wantedlow prioritytask
Description
This issue does not include a description.
Contributor guide
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- chore
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Basic knowledge of JavaScriptFamiliarity with dependency updates
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- First, locate the current version of Cropper.js used in the repository by checking package.json or composer.json if it's a PHP package. Then review the Cropper.js v2 migration guide to identify breaking changes. Next, search the codebase for any usage of the Cropper.js library, likely in JavaScript or Blade components, and update the import statements and configurations accordingly. Finally, test that the image cropping functionality works as expected.