mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
parent
facde7ace0
commit
566e6a5ede
24 changed files with 912 additions and 357 deletions
|
@ -1,12 +1,12 @@
|
|||
import { ExcalidrawTextElement } from "../element/types";
|
||||
import { FlooredNumber } from "../types";
|
||||
import { FlooredNumber, Zoom } from "../types";
|
||||
|
||||
export type SceneState = {
|
||||
scrollX: FlooredNumber;
|
||||
scrollY: FlooredNumber;
|
||||
// null indicates transparent bg
|
||||
viewBackgroundColor: string | null;
|
||||
zoom: number;
|
||||
zoom: Zoom;
|
||||
shouldCacheIgnoreZoom: boolean;
|
||||
remotePointerViewportCoords: { [id: string]: { x: number; y: number } };
|
||||
remotePointerButton?: { [id: string]: string | undefined };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue