Couchers-org / couchers

The next-generation couch surfing platform. Free forever. Community‑led. Non‑profit. Modern. Chuck us a star :)
https://couchers.org
MIT License
374 stars 77 forks source link

Image cropping #4105

Open darrenvong opened 1 year ago

darrenvong commented 1 year ago

There's been a few mentions of people wanting to be able to resize/crop their photos to the desired dimensions.

This is probably do-able on the frontend before sending the file to the backend, but it's also a non-trivial feature that I think it's unlikely we'll get to this until much further down the line.

Noting here as an issue so we don't forget as a feature suggestion!

Tay0108 commented 1 year ago

https://www.npmjs.com/package/react-image-crop I was using this when doing similar feature at my company, it was ok library to work with but some UX work there required as well.