@uppy/image-editor
Version:
Image editor and cropping UI
52 lines (35 loc) • 1.68 kB
Markdown
"https://uppy.io/img/logo.svg" width="120" alt="Uppy logo: a smiling puppy above a pink upwards arrow" align="right">
[](https://www.npmjs.com/package/@uppy/image-editor)



Image Editor is an image cropping and editing plugin for Uppy. Designed to be
used with the Dashboard UI (can in theory work without it).
⚠ In beta.
**[Read the docs](https://uppy.io/docs/image-editor)** |
**[Try it](https://uppy.io/examples/dashboard/)**
Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
a versatile file encoding service.
## Example
```js
import Uppy from '@uppy/core'
import Dashboard from '@uppy/dashboard'
import ImageEditor from '@uppy/image-editor'
const uppy = new Uppy()
uppy.use(Dashboard)
uppy.use(ImageEditor, { quality: 0.7 })
```
```bash
$ npm install @uppy/image-editor
```
Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Smart CDN. In that case `Uppy` will attach itself to the
global `window.Uppy` object. See the
[ ](https://uppy.io/docs/#Installation) for instructions.
Documentation for this plugin can be found on the
[ ](https://uppy.io/docs/image-editor).
[ ](./LICENSE).
<img src=