From d92abc173b9996bf0779433af6bc58d0ac8ae382 Mon Sep 17 00:00:00 2001 From: candifloss Date: Sat, 8 Aug 2026 15:25:23 +0530 Subject: [PATCH] Update page title and image file name --- app.js | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ - Wallpaper Composer + Image Overlay