[FEAT] Improved UI

This commit is contained in:
2026-01-01 00:47:28 +01:00
parent 784c95555f
commit 89d369598f
19 changed files with 1192 additions and 976 deletions

View File

@@ -121,7 +121,7 @@
const cellHeight = ref(64);
const sensitivity = ref(50);
const removeEmpty = ref(true);
const preserveCellSize = ref(false);
const preserveCellSize = ref(true);
const previewSprites = ref<SpritePreview[]>([]);
const isProcessing = ref(false);
const imageElement = ref<HTMLImageElement | null>(null);