UNPKG

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

Version:

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

13 lines (12 loc) 386 B
/** * @file Services module index file * * This file exports all service classes and functions from the services directory. * These services provide shared functionality across the library including: * - Input validation * - Logging * - Configuration management */ export * from './validation-service'; export * from './logger-service'; export * from './configuration-service';