UNPKG

@autojs/opencv

Version:

Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API for Auto.js Pro.

8 lines (6 loc) 147 B
import { Vec } from './Vec.d'; export class Vec2 extends Vec { readonly x: number; readonly y: number; constructor(x: number, y: number); }