kennethlumalicay / betterweb

This is an online community where you could share your thoughts and help improve the quality of deployed apps and websites.
https://www.betterweb.tech/
BSD 3-Clause "New" or "Revised" License
18 stars 1 forks source link

Image compression on upload. #3

Open kennethlumalicay opened 6 years ago

kennethlumalicay commented 6 years ago

Currently the image gets uploaded through multer-s3 to aws s3.

The image should be cropped to 16:9 and compressed to <100kb before being uploaded.

ronaldl29 commented 6 years ago

I can help with this if you are interested in storing the image files locally.