Skip to content

Commit 52f853d

Browse files
committed
update demo
1 parent 5ebe67e commit 52f853d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

public/js/app.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3";
2+
const version = "2025.11.17.4";
33

44
const precacheResources = [
55
"/",

src/demo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
export default () =>
22
`// Welcome to Litecanvas Playground!
33
// Learn more tapping on the question mark (?) above.
4-
// Join our discord: https://discord.com/invite/r2c3rGsvH3
4+
// Join our discord server: https://discord.com/invite/r2c3rGsvH3
55
66
// Start the engine
77
litecanvas({
88
loop: { init, update, draw, tapped },
99
})
1010
11-
let bg, color, radius, posx, posy
11+
let bg, color, posx, posy, radius
1212
1313
// this function runs once at the beginning
1414
function init() {

0 commit comments

Comments
 (0)