Search
Loading...
Skip to content

Type Alias: ContentFillMode

type ContentFillMode = "Crop" | "Cover" | "Contain";
  • Crop: Manual crop.
  • Cover: Automatically cover the entire frame.
  • Contain: Automatically contain content inside frame.