Skip to content

Commit 0163f27

Browse files
committed
update demo
1 parent 3ac5741 commit 0163f27

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const cacheName = "luizbills.litecanvas-editor-v1";
2-
const version = "2025.11.17.1";
2+
const version = "2025.11.17.2";
33

44
const precacheResources = [
55
"/",

src/demo.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export default () =>
66
// Start the engine
77
litecanvas({
88
loop: { init, update, draw, tapped },
9-
pixelart: true
109
})
1110
1211
let bg, color, radius, posx, posy

0 commit comments

Comments
 (0)