eligrey / FileSaver.js

An HTML5 saveAs() FileSaver implementation
https://eligrey.com/blog/saving-generated-files-on-the-client-side/
Other
21.57k stars 4.38k forks source link

ES Module Distribution #678

Open ilirbeqirii opened 4 years ago

ilirbeqirii commented 4 years ago

Is there any plan to have ES module distribution of file-saver

maxevilmind commented 3 years ago

That would be really helpful as long as it would allow using file-saver in buildless environments

eligrey commented 3 years ago

I'll definitely accept any well written PR to support ES modules. I'm pretty busy so I won't have time to work on this for a while myself.

agarciacalvo commented 3 years ago

I'll definitely accept any well written PR to support ES modules. I'm pretty busy so I won't have time to work on this for a while myself.

How about this PR, @eligrey? https://github.com/eligrey/FileSaver.js/pull/602

I don't know if it's well written...

tinesoft commented 1 year ago

Any update on this ?