跳转到内容
菜单
自动
简体中文
GitHub
自动
简体中文

RotationCanvasMode

此内容尚不支持你的语言。

Defined in: src/index.ts:175

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: src/index.ts:177


expand: "expand"

Defined in: src/index.ts:176