Interface GetAspectRatioParams

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

Properties

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

Generated using TypeDoc