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?