Skip to content
Menu
Auto
English

RotationCanvasMode

Defined in: index.ts:45

Controls the output canvas after the composed image is rotated.

expand preserves the entire rotated image by growing the output canvas. crop keeps the original canvas dimensions and clips content outside it.

crop: "crop"

Defined in: index.ts:47


expand: "expand"

Defined in: index.ts:46