UNPKG

opencv4nodejs

Version:

Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API.

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