UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

4 lines (3 loc) 147 B
import { Point } from "./Point"; /** Quads described by exactly four points are the only supported polygon type. */ export type Polygon = Point[];