ng-open-cv
Version:
Angular 6+ library integration for OpenCV.js
13 lines (12 loc) • 341 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { OpenCVOptions } from './ng-open-cv.models';
export declare class NgOpenCVModule {
/**
*
* Setup the module in your application's root bootstrap.
*
*
* @memberOf NgOpenCvModule
*/
static forRoot(config: OpenCVOptions): ModuleWithProviders;
}