Skip to content

ExportImageOptions

Options for exporting the canvas as an image.

Properties

height?

optional readonly height: number

Height of the exported image.

Source

packages/react-sketch-canvas/src/types/canvas.ts:17


width?

optional readonly width: number

Width of the exported image.

Source

packages/react-sketch-canvas/src/types/canvas.ts:13