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 8b062fc commit 13cfa7bCopy full SHA for 13cfa7b
public/llms.txt
@@ -149,7 +149,7 @@ function update() {
149
}
150
```
151
152
-> Note: you can call `iskeydown` or `iskeypressed` without an argument, to check for any key.
+> Note: you can call `iskeydown()` or `iskeypressed()` (without arguments) to check for any key.
153
154
### Functions for advanced drawings
155
public/sw.js
@@ -1,5 +1,5 @@
1
const cacheName = "luizbills.litecanvas-editor-v1";
2
-const version = "2025.8.4.3";
+const version = "2025.8.4.4";
3
4
const precacheResources = [
5
"/",
0 commit comments