This commit is contained in:
parent
1c975e068c
commit
205d08b2a8
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ function downloadURI(_uri, _name) {
|
|||
downloadButton.addEventListener("click", downloadURI);
|
||||
|
||||
(async () => {
|
||||
let exampleImageBlob = await fetch("../assets/image/example_qrcode.jpg").then(
|
||||
let exampleImageBlob = await fetch("../assets/image/example_qrcode.png").then(
|
||||
(r) => r.blob(),
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue