|
@@ -8,12 +8,12 @@ published: true
|
|
|
|
|
|
One of the most-requested Uppy features, the Image Editor, has landed (as beta) in 1.18.
|
|
|
|
|
|
-<!--more-->
|
|
|
-
|
|
|
<video alt="Demo video showing Uppy with Image Editor plugin — cropping, rotating and resizing images" muted autoplay loop>
|
|
|
<source src="/images/blog/1.18-image-editor/image-editor-demo.mp4" type="video/mp4">
|
|
|
</video>
|
|
|
|
|
|
+<!--more-->
|
|
|
+
|
|
|
The editor currently supports cropping, resizing, rotating, flipping and zooming your images in and out. You can try it out on [the Dashboard example page](/examples/dashboard/).
|
|
|
|
|
|
Under the hood we are using the excellent open source (just like Uppy itself) [Cropper.js](https://fengyuanchen.github.io/cropperjs/) library.
|
|
@@ -40,3 +40,7 @@ uppy.use(ImageEditor, {
|
|
|
The Image Editor plugin is meant to be used with the Dashboard UI, but in theory it can work without it, rendered somewhere else. This has not been tested, try at your own risk ;-)
|
|
|
|
|
|
You can [override the options from Cropper.js](https://uppy.io/docs/image-editor/#cropperOptions), too. Check out [the docs for up to date options and events](https://uppy.io/docs/image-editor).
|
|
|
+
|
|
|
+Please leave your feedback [on Twitter](https://mobile.twitter.com/uppy_io/status/1285532376249110528).
|
|
|
+
|
|
|
+<blockquote class="twitter-tweet"><p lang="en" dir="ltr">🖼 One of the most-requested Uppy features, the Image Editor, for cropping, resizing, rotating, flipping and zooming your images is live now! <br><br>Check it out: <a href="https://t.co/dDXRoW0HGj">https://t.co/dDXRoW0HGj</a> <a href="https://t.co/IhYo0gwtvP">pic.twitter.com/IhYo0gwtvP</a></p>— Uppy (@uppy_io) <a href="https://twitter.com/uppy_io/status/1285532376249110528?ref_src=twsrc%5Etfw">July 21, 2020</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|