Skip to content

Instantly share code, notes, and snippets.

@epexa
Last active June 3, 2019 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save epexa/110e28db117bed6a9b1ce8df6a2e7cd3 to your computer and use it in GitHub Desktop.
Save epexa/110e28db117bed6a9b1ce8df6a2e7cd3 to your computer and use it in GitHub Desktop.
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/uppy@1.0.2/dist/uppy.min.css">
<script src="https://cdn.jsdelivr.net/npm/uppy@1.0.2/dist/uppy.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@8.11.7/dist/sweetalert2.all.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', () => {
const uppy = Uppy.Core().use(Uppy.Dashboard);
Swal.fire({ toast: true });
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment