
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
JavaScript image cropper.
dist/
├── cropper.js (UMD, bundled)
├── cropper.min.js (UMD, bundled, compressed)
├── cropper.raw.js (UMD, unbundled, default)
├── cropper.esm.js (ECMAScript Module, bundled)
├── cropper.esm.min.js (ECMAScript Module, bundled, compressed)
├── cropper.esm.raw.js (ECMAScript Module, unbundled)
└── cropper.d.ts (TypeScript Declaration File)
npm install cropperjs
import Cropper from 'cropperjs';
const image = new Image();
image.src = '/path/to/image.jpg';
const cropper = new Cropper(image);
Maintained under the Semantic Versioning guidelines.
React Image Crop is a library specifically designed for React applications. It provides similar functionalities to CropperJS, such as image cropping and aspect ratio control. However, it is more tailored for use with React components, making it a better choice for React developers.
Ngx Image Cropper is an Angular library for cropping images. It offers similar features to CropperJS, including aspect ratio control and image manipulation. This package is more suitable for Angular applications, providing a seamless integration with Angular components.
Vue Cropper is a Vue.js component for image cropping. It provides functionalities similar to CropperJS, such as zooming, rotating, and scaling images. This package is designed to work well within Vue.js applications, offering a more native experience for Vue developers.
FAQs
JavaScript image cropper.
The npm package cropperjs receives a total of 876,109 weekly downloads. As such, cropperjs popularity was classified as popular.
We found that cropperjs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.