Skip to content

Commit

Permalink
Add an optional extended description..
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaobrien authored Jan 31, 2024
1 parent 208260a commit ee38d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h1>EmulatorJS Demo</h1>
}
});
input.onchange = async () => {
const url = new Blob([input.files[0]])
const url = URL.createObjectURL(new Blob([input.files[0]]))
const parts = input.files[0].name.split(".")

const core = await (async (ext) => {
Expand Down Expand Up @@ -278,4 +278,4 @@ <h1>EmulatorJS Demo</h1>
}
</script>
</body>
</html>
</html>

0 comments on commit ee38d55

Please sign in to comment.