Open Digi-D opened 3 months ago
I've previously used vue-croppie
, which is just a Vue integration of Croppie. No server integration required -- it does all the work in the browser, and gives you a Blob
you can send along to your regular endpoint just like a file selection.
Huge caveat, though, that it hasn't been updated for Vue 3, and it looks like Croppie hasn't had updates since 2019.
vue-croppie
Currently in both the event creation view and the event preview view the user does not have a way of changing the uploaded promo image to achieve a desired result. Currently a user must change the dimensions of the uploaded image to guess at the cropping behavior for both kinds of preview images. We want to give the user the ability to crop their uploaded image to achieve the desired result on the event preview screen. Users should be allowed to change which portion of their image is shown in a preview.
Need to add Image editing capabilities.