Files
jitsi-meet/react/features/face-landmarks/logger.ts
Gabriel Borlea d6f3c2a0f4 ref(face-landmarks): convert to typescript and add detector class (#12144)
* fix(face-landmarks): stop recognition when imageCapture error

* ref(face-landmarks): convert files in typescript

fix: lint issues

* code review

* ref(face-landmarks): move detection part to a class

* ref(face-landmarks): make FaceLandmarksDetector singleton

* fix typo and ts-ignore problematic types

* fix linting issues
2022-09-14 15:42:46 +03:00

6 lines
119 B
TypeScript

// @flow
import { getLogger } from '../base/logging/functions';
export default getLogger('features/face-landmarks');