Interface BackgroundOptions

interface BackgroundOptions {
    size: "resize" | "auto" | "cover" | "contain" | "stretch";
    x: number;
    y: number;
}

Properties

Properties

size: "resize" | "auto" | "cover" | "contain" | "stretch"
x: number
y: number