We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86cb41a commit 2eeec43Copy full SHA for 2eeec43
public/preview.html
@@ -46,7 +46,7 @@
46
canvas {
47
background-image: repeating-conic-gradient(#fefefe 0% 25%, #ddd 0% 50%);
48
background-position: 0 0, 0px 0px;
49
- background-size: 48px 48px;
+ background-size: 64px 64px;
50
}
51
</style>
52
</head>
public/sw.js
@@ -1,5 +1,5 @@
1
const cacheName = "luizbills.litecanvas-editor-v1";
2
-const version = "2.62.0";
+const version = "2.62.1";
3
4
const precacheResources = [
5
"/",
0 commit comments