react-image-file-resizer icon indicating copy to clipboard operation
react-image-file-resizer copied to clipboard

add support for array or similar for outputType

Open dhavalveera opened this issue 2 years ago • 0 comments

Hello,

currently following outputType type is => File, base64 & blob, can you add the output type for an array or something similar to when we upload Image/Files using input (input type='file') the reason being for this is that if we resize the image and we take the output type as an File, then it's quite difficult to rename the file name, and uploading to AWS S3 or similar places.

dhavalveera avatar Jan 13 '23 04:01 dhavalveera