MCPcopy
hub / github.com/Yqnn/svg-path-editor / Image

Interface Image

src/app/image.ts:1–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Image {
2 x1: number;
3 y1: number;
4 x2: number;
5 y2: number;
6 preserveAspectRatio: boolean;
7 opacity: number;
8 data: string;
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected