cropperjs
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

Cropper.js

JavaScript image cropper.

Main npm package files

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)

Getting started

Installation

npm install cropperjs

Usage

import Cropper from 'cropperjs';

const image = new Image();

image.src = '/path/to/image.jpg';

const cropper = new Cropper(image);

Versioning

Maintained under the Semantic Versioning guidelines.

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.018,579latest
2.0.0-rc.2787next

Version History

VersionDownloads (Last 7 Days)Published
2.0.018,579
2.0.0-rc.2787
2.0.0-rc.137
2.0.0-rc.013
2.0.0-rc257
2.0.0-beta.529
1.6.2365,755
1.6.1225,205
1.6.063,690
2.0.0-beta.4411
2.0.0-beta.3229
2.0.0-beta.260
1.5.1361,017
2.0.0-beta.18
2.0.0-beta11
2.0.0-alpha.2322
1.5.1262,186
1.5.1115,526
1.5.10951
1.5.95,366
1.5.881
1.5.736,927
2.0.0-alpha.189
1.5.615,012
1.5.5670
1.5.4176
1.5.3212
1.5.2505
1.5.11,434
1.5.03
2.0.0-alpha15
1.4.32,412
1.4.2232
1.4.1449
1.4.062
1.3.653
1.3.5238
1.3.4104
1.3.33
1.3.2359
1.3.14
1.3.013
1.2.2813
1.2.11
1.2.074
1.1.3333
1.1.22
1.1.1102
1.1.048
1.0.0376
1.0.0-rc.37,135
1.0.0-rc.236
1.0.0-rc.11
1.0.0-rc4
1.0.0-beta.233
1.0.0-beta.1119
1.0.0-beta0
1.0.0-alpha21
0.8.110,258
0.8.06
0.7.2111
0.7.1151
0.7.034
0.6.02
0.5.6284
0.5.54
0.5.42
0.5.31
0.5.21
0.5.12
0.5.01
0.4.04
0.3.310
0.3.21
0.3.11
0.3.02
0.2.11
0.2.01
0.1.11
0.1.02
0.0.05

Package Sidebar

Install

npm i cropperjs

Weekly Downloads

717,871

Version

2.0.0

License

MIT

Unpacked Size

428 kB

Total Files

10

Last publish

Collaborators

  • chenfengyuan