Closed aosyatnik closed 3 years ago
This PR implements this feature request.
I added it as a configuration, so that users, that don't need it won't see it. I used ngx-filesaver package, as I want to be able to load images from different origins (e.g. Chome will block a href download if it's cross-origin).
ngx-filesaver
a href download
Results:
@themyth92
Tks a lot @aosyatnik . Looks good !
This PR implements this feature request.
I added it as a configuration, so that users, that don't need it won't see it. I used
ngx-filesaver
package, as I want to be able to load images from different origins (e.g. Chome will blocka href download
if it's cross-origin).Results:
@themyth92