@paulinasource/face-capture-landmarks-lib
Version:
Biblioteca React para captura facial e detecção de landmarks em tempo real.
29 lines • 749 B
TypeScript
declare const instructions: {
pt: {
faceClose150: string;
faceClose200: string;
faceClose250: string;
center: string;
left: string;
right: string;
up: string;
down: string;
blinkLeft: string;
blinkRight: string;
};
en: {
faceClose150: string;
faceClose200: string;
faceClose250: string;
center: string;
left: string;
right: string;
up: string;
down: string;
blinkLeft: string;
blinkRight: string;
};
};
export declare function getInstructionLang(movement: keyof typeof instructions['pt'], lang?: 'pt' | 'en'): string;
export {};
//# sourceMappingURL=getInstruction.d.ts.map