MCPcopy Create free account
hub / github.com/bernaferrari/FigmaToCode / BoundingBox

Interface BoundingBox

packages/backend/src/common/commonPosition.ts:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32interface BoundingBox {
33 width: number; // w_b
34 height: number; // h_b
35 x: number; // x_b
36 y: number; // y_b
37}
38
39interface RectangleStyle {
40 width: number; // Original width (w)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected