UNPKG

opencv4nodejs-prebuilt

Version:

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

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