uppy/packages/@uppy/image-editor
github-actions[bot] 86e2e67501
Release: uppy@3.25.3 (#5161)
| Package            | Version | Package            | Version |
| ------------------ | ------- | ------------------ | ------- |
| @uppy/core         |  3.11.3 | uppy               |  3.25.3 |
| @uppy/image-editor |   2.4.6 |                    |         |

- @uppy/image-editor: fix tooltips (Avneet Singh Malhotra / #5156)
- meta: Remove redundant `plugins` prop from examples (Merlijn Vos / #5145)
- @uppy/image-editor: Remove `target` option from examples and document consistently (Merlijn Vos / #5146)
- @uppy/core: make getObjectOfFilesPerState more efficient (Merlijn Vos / #5155)
2024-05-14 14:47:36 +00:00
..
src @uppy/image-editor: fix tooltips (#5156) 2024-05-13 09:52:39 +02:00
types meta: run Prettier on existing files (#4713) 2023-09-29 11:11:28 +02:00
.npmignore meta: exclude tsconfig files from npm bundles (#4916) 2024-02-13 23:21:08 +01:00
CHANGELOG.md Release: uppy@3.25.3 (#5161) 2024-05-14 14:47:36 +00:00
LICENSE Move cropping to a standalone image-editor plugin 2020-06-20 16:10:16 +01:00
package.json Release: uppy@3.25.3 (#5161) 2024-05-14 14:47:36 +00:00
README.md Remove target option from examples and document consistently (#5146) 2024-05-08 16:50:56 +02:00
tsconfig.build.json @uppy/image-editor: migrate to TS (#4880) 2024-01-24 11:27:05 +01:00
tsconfig.json meta: prettier 3.0.3 -> 3.2.4 (#4889) 2024-01-24 11:37:01 +01:00

@uppy/image-editor

Uppy logo: a smiling puppy above a pink upwards arrow

npm version CI status for Uppy tests CI status for Companion tests CI status for browser tests

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 | Try it

Uppy is being developed by the folks at Transloadit, a versatile file encoding service.

Example

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 })

Installation

$ npm install @uppy/image-editor

Alternatively, you can also use this plugin in a pre-built bundle from Transloadits CDN: Edgly. In that case Uppy will attach itself to the global window.Uppy object. See the main Uppy documentation for instructions.

Documentation

Documentation for this plugin can be found on the Uppy website.

License

The MIT License.