Use simple-dropzone in ES5 based site

Hie is there anyone who knows how to use CDN for GitHub - donmccurdy/simple-dropzone: A simple multi-file drag-and-drop input using vanilla JavaScript. by @donmccurdy.

Tried to use :

but when l then tried to initialize the controller using: const dropCtrl = new SimpleDropzone.constructor(dropEl, inputEl); , it throws the error that SimpleDropzone is not a constructor.

@drcmda
How can l fix this?

It’s more appropriate to ask your question as an issue in the already linked repo, also since this isn’t related to Three.

Okay understood, thanks