AhamedBilal / ngx-photo-editor

Angular Photo Editor
https://ahamedbilal.github.io/ngx-photo-editor/
MIT License
25 stars 26 forks source link

Original file name #32

Open Jumpy555 opened 1 year ago

Jumpy555 commented 1 year ago

Hi, it would be nice if the cropped file result keeps the original file name, if available, maybe with a suffix.

my-original-file.jpg => my-original-file_1675158015.jpg

The suffix could be an option that, if empty, will be the unix datetime you are currently using for the cropped file name.