vutoan266 / react-images-uploading

The simple images uploader applied Render Props pattern that allows you to fully control UI component and behaviors.
https://github.com/vutoan266/react-images-uploading
MIT License
320 stars 52 forks source link

:sparkles: resolutionType can accept an array of enums #115

Open sanishkr opened 2 years ago

sanishkr commented 2 years ago

Possible accepted values in resolutionType (when passed as array) are 'absolute' | 'less' | 'more' | 'ratio'

For Example:

resolutionType={['ratio', 'more']}
sanishkr commented 2 years ago

I don't see comments here @vutoan266. Here is a screenshot of what I see.

Screenshot 2022-01-17 at 9 29 25 PM