hggeorgiev / ngx-image-editor

Awesome image editor for Angular 6
MIT License
72 stars 36 forks source link

The result contains an object with the file inside, not the file itself. #6

Closed hggeorgiev closed 6 years ago

hggeorgiev commented 6 years ago

When the dialog is closed, the result contains an object with a single property - file which contains the actual file. Can't we just have the file object itself being returned? The current approach causes confusion (and it's not documented).