happypdf / Coordinates
Type Alias: Coordinates
ts
type Coordinates = {
x: number;
y: number;
};Defined in: src/types/index.ts:16
Properties
x
ts
x: number;Defined in: src/types/index.ts:17
y
ts
y: number;Defined in: src/types/index.ts:18