-
-
Save goto-bus-stop/4ddefdf5ff4d441ae261bef3380f1170 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/uppy.min.css"> | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/uppy.min.js"></script> | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/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