dfa1234 / ngx-image-compress

Angular library for uploading and compressing images
https://image-library.app
MIT License
86 stars 37 forks source link

Get access to the File names #88

Closed JoeBoxr closed 2 years ago

JoeBoxr commented 2 years ago

Hello.

Excellent library. Is there a way to get access to the File names when using:

this.imageCompress.uploadFile() .then((singleFile: { image: string, orientation: number }) => //...

Regards

dfa1234 commented 2 years ago

Hi It a work in progress Like already stated in https://github.com/dfa1234/ngx-image-compress/issues/80#issuecomment-1068174028 It will be available very soon

dfa1234 commented 2 years ago

Done #89