Skip to content

Instantly share code, notes, and snippets.

@john92paul
Last active January 20, 2020 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save john92paul/6a4f96212bd7dbcbd43d13f642b5e53d to your computer and use it in GitHub Desktop.
Save john92paul/6a4f96212bd7dbcbd43d13f642b5e53d to your computer and use it in GitHub Desktop.
<script>
let imgInput = document.getElementById('imageInput');
imgInput.addEventListener('change', function(e) {
// Rest of the code appears here
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment