eligrey / eligrey/FileSaver.js
ES Modules support
Open
- 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.