You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to implement cropper.js for our file-list and file-upload components.
It should be completely configurable and by default it shouldn't be displayed at all and both components should just work the way they currently do, however when options for the cropper are provided in that case before appending an image the cropper should be opened.
We need to implement cropper.js for our
file-list
andfile-upload
components.It should be completely configurable and by default it shouldn't be displayed at all and both components should just work the way they currently do, however when options for the cropper are provided in that case before appending an image the cropper should be opened.
https://fengyuanchen.github.io/cropperjs/
Cropper.js is something that the implementer should add as an external dependency, just how we've implemented the JSON editor.
https://jaspero.github.io/web-components/docs/Editors/json-editor
The text was updated successfully, but these errors were encountered: