index.d.ts 157 B

1234
  1. import { Mtcnn } from './Mtcnn';
  2. export * from './Mtcnn';
  3. export * from './MtcnnOptions';
  4. export declare function createMtcnn(weights: Float32Array): Mtcnn;