From 5cc4eb8731877aa5d46bddb9220db394c02423dd Mon Sep 17 00:00:00 2001 From: root Date: Tue, 18 Nov 2025 22:18:38 +0100 Subject: [PATCH] [FEAT] negative spacing in JSON export logic, show cell size --- public/CHANGELOG.md | 1 + src/App.vue | 20 ++++++++++++++++++-- src/composables/useExport.ts | 7 ++++++- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/public/CHANGELOG.md b/public/CHANGELOG.md index f919d66..0f0bdbe 100644 --- a/public/CHANGELOG.md +++ b/public/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. ## [1.6.0] - 2025-11-18 - Improved animation preview modal - Add toggle for negative spacing in cells +- Show cell size ## [1.5.0] - 2025-11-17 - Show offset values in sprite cells and in preview modal diff --git a/src/App.vue b/src/App.vue index bc7dd05..d57a487 100644 --- a/src/App.vue +++ b/src/App.vue @@ -51,6 +51,11 @@ /> +
+ Cell size: + {{ cellSize.width }} × {{ cellSize.height }}px +
+