interface GetAspectRatioParams {
    width: number;
    aspectRatio?: "4:3" | "16:9" | "1:1" | "3:2" | "8:5";
    orientation?: "landscape" | "portrait";
}

Properties

width: number
aspectRatio?: "4:3" | "16:9" | "1:1" | "3:2" | "8:5"
orientation?: "landscape" | "portrait"

Generated using TypeDoc