Is this possible? - Getting file from HTML input - Convert to webP and upload image - All in memory. Not saving anything to the file system. ``` file: File // From HTML input const { data } = imagemin(['fileInput']); uploadImageToBuck(data); ``` Thank you