openfoodfacts / open-prices-frontend

A vue.js front-end for Open Prices
25 stars 13 forks source link

Proof: tool to crop & redact images (receipts) #1001

Open raphodn opened 3 weeks ago

raphodn commented 3 weeks ago

Story

In the mobile app it is possible to crop images before upload. It would be great to have the same thing in the web app.

Do you know of any JS libraries ?

Related issues

TTalex commented 3 weeks ago

I used https://fengyuanchen.github.io/cropperjs/ for another project. It worked well on both mouse and touch devices as far as I remember.

raphodn commented 3 weeks ago

Nice ! Ideally a library that would allow to redact images as well 😅