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 031e560 commit d79fae9Copy full SHA for d79fae9
public/about.html
@@ -690,7 +690,7 @@ <h2><a id="engine-api">Engine API</a></h2>
690
// Update or reset the palette color
691
// example: pal(['#000', '#FFF']) is a 1-bit color palette
692
// example: pal() resets the default color palette
693
-pal(index: string[]): void
+pal(colors: string[]): void
694
695
// shutdown the engine
696
// also emits the "quit" event
public/sw.js
@@ -1,5 +1,5 @@
1
const cacheName = "luizbills.litecanvas-editor-v1";
2
-const version = "2.82.0";
+const version = "2.82.1";
3
4
const precacheResources = [
5
"/",
0 commit comments