Skip to content

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

MIT Licensed. A fork of pdf-lib.