Skip to content

Commit

Permalink
fix litepixel minimum scale
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills committed Jul 21, 2024
1 parent 1d5d491 commit a514468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/sw.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const cacheName = "luizbills.litecanvas-editor-v1";
const version = "1.64.5";
const version = "1.64.6";

const precacheResources = [
"/",
Expand Down
2 changes: 1 addition & 1 deletion public/tools/pixel-art-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ <h1>litepixel</h1>
<section id="canvas-options">
Canvas size: <input type="number" id="width" value="8" min="1" /> x
<input type="number" id="height" value="8" min="1" />
&nbsp;&nbsp; Pixel size:
&nbsp;&nbsp; Scale:
<input type="number" id="pixelSize" value="" min="1" />
</section>
<canvas id="art" width="80" height="80"></canvas>
Expand Down

0 comments on commit a514468

Please sign in to comment.