MCPcopy Create free account
hub / github.com/code100x/cms / TransformState

Interface TransformState

src/components/VideoPlayer2.tsx:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34interface TransformState {
35 scale: number;
36 lastScale: number;
37 translateX: number;
38 translateY: number;
39 lastPanX: number;
40 lastPanY: number;
41}
42
43interface ZoomIndicator extends HTMLDivElement {
44 timeoutId?: ReturnType<typeof setTimeout>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected