react-dropzone / file-selector

Convert a DragEvent or file input to a list of File objects
MIT License
93 stars 31 forks source link

[ENHANCEMENT] Is possible that you share this component for Denojs? #75

Open sonickseven opened 7 months ago

sonickseven commented 7 months ago

Is your feature request related to a problem? Please describe. I'm starting with Denojs and your library is very powerful and simple, but I can't use that directly in Denojs

Describe the solution you'd like Will very good if you share you code for anywhere in version ES module (import/export), I currently use your library with [unpkg](https://unpkg.com/file-selector@0.6.0/dist/bundles/file-selector.umd.min.js but isn't the same standar :sob:

Describe alternatives you've considered You can share in Skypack or denoland for example and it is very simple. the deno community will very grateful with you

rolandjitsu commented 3 weeks ago

@sonickseven that is a great suggestion, but I'm not very familiar with denojs or skypack. If you're familiar with the tooling, please feel free to create a PR.

Maybe if we provide ESM support that will make it work with denojs.