UNPKG

ngx-opencv

Version:

Angular service for implementing the OpenCV library in angular based applications

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