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 +
+