camera zoom handling across components; unify zoom level type and improve state management

This commit is contained in:
2025-10-02 16:07:05 +01:00
parent 4eeb368484
commit 82ef562046
7 changed files with 111 additions and 156 deletions

View File

@@ -266,3 +266,7 @@ export type ZoomInOptions = {
camera: string;
multiplier: number;
};
export type zoomConfig = {
camera: string;
};