sdk.getexportoptions.dimensions
Home > @kittl/sdk > GetExportOptions > dimensions
GetExportOptions.dimensions property
The dimensions to export at. Will respect the aspect ratio of the target bounds. If not provided, it will export based on the dimensions of the target bounds.
Signature:
dimensions?: {
multiplier: number;
} | {
pixelCount: number;
};