rndme / download

file downloading using client-side javascript
MIT License
2.29k stars 418 forks source link

Support for HEIC files #79

Closed andonyns closed 1 year ago

andonyns commented 5 years ago

Hi! We have an image with the new HEIC files from iOS and when we download the file, it will not include a file format to the image. How can we include the format and support the rest as usual? (jpg, png, tiff)

Thanks