UNPKG

@autojs/opencv

Version:

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

7 lines (6 loc) 138 B
export class Size { readonly width: number; readonly height: number; constructor(); constructor(width: number, height: number); }