UNPKG

mindee

Version:

Mindee Client Library for Node.js

3 lines (2 loc) 100 B
/** A point on the document defined by 2 coordinates: X, Y */ export type Point = [number, number];