but it seems like uppy.min.mjs does not provide the DragDrop option.
( console error: … does not provide an export named DragDrop )
Where can I get an uppy.mjs file that includes it ?
On github I cannot find any of the othe rpossible uppy.mjs ( uppy.js ) files.
Will I have to compile / extract it from any of the files named as package / bundle there?
If so, how would I do that ?
I will not use any framework. just “CDN” - meaning I would like to use a js / mjs file locally on my server and use a simple upload of one picture with preview combined with php on serverside.
Pictures primary will be captured form a camera of a mobile device.
So this feature / plugin would have to work as well.
what exactly will I have to do to create / get the mjs file for my requirements?
And one further question regarding the doc mentioned above:
What does the “Use” part means there?
As far as I can see, the “CDN” part already includes the “use” part in the script type=module.
Is it not ?
ok, but I will have to install (and maintain) a full framework.
That is (at least for my usecase) completely oversized.
Why is it not possible to just use different mjs files containing the plugins required?
Who will adjust the links in the doc mentioned ?
as far as I understand that it is included in v4.18.1 now (it is working there) but in v5.0.0 it is not.