|
@@ -89,7 +89,7 @@ Quality of the resulting blob that will be saved in Uppy after editing/cropping.
|
|
|
### `cropperOptions`
|
|
|
|
|
|
Image Editor is using the excellent [Cropper.js](https://fengyuanchen.github.io/cropperjs/).
|
|
|
-`cropperOptions` will be directly passed to `Cropper` and therefore can expect the same values as documented
|
|
|
+`cropperOptions` will be directly passed to `Cropper` and thus can expect the same values as documented
|
|
|
in their [README](https://github.com/fengyuanchen/cropperjs/blob/HEAD/README.md#options),
|
|
|
with the addition of `croppedCanvasOptions`, which will be passed to [`getCroppedCanvas`](https://github.com/fengyuanchen/cropperjs/blob/HEAD/README.md#getcroppedcanvasoptions).
|
|
|
|