Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SpringRoll/SpringRoll
/ Point
Interface
Point
typings/SafeScaleManager.d.ts:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
export
interface
Point {
13
x: number;
14
y: number;
15
}
16
17
export
interface
ScaleEvent {
18
width: number;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected