diff --git a/app.js b/app.js index c4fd4fc..b7fb3ff 100644 --- a/app.js +++ b/app.js @@ -79,7 +79,7 @@ document.getElementById("downloadBtn").onclick = () => { if (!bgImg) return; const link = document.createElement("a"); - link.download = "wallpaper.png"; + link.download = "overlay_image.png"; link.href = canvas.toDataURL("image/png"); link.click(); }; diff --git a/index.html b/index.html index ff54d96..2d2e5c4 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@
-