Skip to content

ClipOptions

ClipOptions = object

Defined in: clip.ts:23

optional padding?: ClipPadding

Defined in: clip.ts:29

Padding in CSS px added around the clip so the shot has breathing room before it is framed on the background. A single value pads every side equally, or pass { top, right, bottom, left } for uneven padding. Defaults to 0.