UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

7 lines (6 loc) 157 B
import { Point } from "../../core-types"; export declare class MagneticLine { start: Point; end: Point; constructor(start: Point, end: Point); }