MCPcopy
hub / github.com/yeemachine/kalidokit / IFaceSolveOptions

Interface IFaceSolveOptions

src/Types.ts:24–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24export 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
37export interface IPoseSolveOptions extends ISolveOptions {
38 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected