mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 11:17:57 +00:00
* 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
6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
// @flow
|
|
|
|
import { getLogger } from '../base/logging/functions';
|
|
|
|
export default getLogger('features/face-landmarks');
|