UNPKG

ngx-opencv-16

Version:

Angular service for implementing the OpenCV library in angular based applications

6 lines (5 loc) 198 B
import { ModuleWithProviders } from '@angular/core'; import { OpenCVConfig } from './models'; export declare class NgxOpenCVModule { static forRoot(config: OpenCVConfig): ModuleWithProviders; }