mcut
@mcut/timeline

textStrokeSchema

Generated TypeScript API reference for the public mcut SDK.

mcut SDK


mcut SDK / timeline/src / textStrokeSchema

Variable: textStrokeSchema

const textStrokeSchema: ZodObject<{
  color: ZodDefault<ZodString>;
  width: ZodNumber;
}, $strip> = strokeSchema;

Defined in: packages/timeline/src/model.ts:92

Text outline/shadow are the SHARED appearance primitives (style.ts) — media frames and layout slots carry the same shapes, which is what lets style presets travel between text, clips, and slots.

On this page