LEFapps / lef-imgupload

MIT License
0 stars 0 forks source link

Separate package for image manipulation #2

Open johanlef opened 5 years ago

johanlef commented 5 years ago

Create a new LEF package to manipulate images:

This must be available as a layer before uploading. (e.g.: an edit button next to the local preview)

We want to do this client side because most modern browsers run on machines with enough processing power to achieve this.

Note: the imgupload package already includes a resize option which uploads several smaller images from the same original.

johanlef commented 5 years ago

react-image-crop could be helpful here.