Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save goto-bus-stop/4ddefdf5ff4d441ae261bef3380f1170 to your computer and use it in GitHub Desktop.
Save goto-bus-stop/4ddefdf5ff4d441ae261bef3380f1170 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({debug: true}).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