CropConfig
Per-slot cropper config the editor reads.
Per-slot cropper config the editor reads.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export interface CropConfig { mode: "locked" | "free"; aspect?: number; aspectLabel?: string;}