UNPKG

uppy

Version:

Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:

8 lines (4 loc) 154 B
// adding this directive to make sure the output file is using strict mode: 'use strict' import * as Uppy from './src/index.ts' globalThis.Uppy = Uppy