eligrey / eligrey/FileSaver.js

ES Modules support

Open
#538 17 comments 46 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
22k
Forks
4.3k
PR merge metrics
No merged PRs in 30d

Description

Any plan to support ES modules?

Basically all that is required is

```js
export { saveAs };
```

at the end, similarly to the module.exports today.
This could also be stripped (if deemed necessary) when compiling the dist output.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.