UNPKG

@the-horizon-dev/fast-face-detection

Version:

Fast face detection package using TensorFlow.js MediaPipe models for browser and Node.js environments

10 lines (9 loc) 279 B
/** * @file Utils module index file * * This file exports all utility functions from the utility modules * in the utils directory, making them available as a single import. */ export * from './environment'; export * from './image-utils'; export * from './tensorflow-utils';