We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ff4f0 commit 299457cCopy full SHA for 299457c
public/sw.js
@@ -1,5 +1,5 @@
1
const cacheName = "luizbills.litecanvas-editor-v1";
2
-const version = "2025.8.1.1";
+const version = "2025.8.1.2";
3
4
const precacheResources = [
5
"/",
src/index.js
@@ -164,7 +164,6 @@ screenshotButton.addEventListener("click", () => {
164
link.href = URL.createObjectURL(blob);
165
link.download = `screenshot-${timeStamp}.png`;
166
link.click();
167
- console.log(URL.createObjectURL(blob));
168
});
169
}
170
0 commit comments