| 22 | } |
| 23 | |
| 24 | export interface IFaceSolveOptions extends ISolveOptions { |
| 25 | /** |
| 26 | * Smooth Blink Toggle |
| 27 | * @type {boolean} |
| 28 | * @default false |
| 29 | */ |
| 30 | smoothBlink: boolean; |
| 31 | /** |
| 32 | * Blink settings |
| 33 | */ |
| 34 | blinkSettings: Array<number>; |
| 35 | } |
| 36 | |
| 37 | export interface IPoseSolveOptions extends ISolveOptions { |
| 38 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected