interface EmbedOptions {
    asImage?: boolean;
    fit?: "contain" | "cover" | "stretch";
    fromScale?: number;
    opacity?: number;
}

Properties

asImage?: boolean

The embed will have a minimal memory footprint, without its own camera

fit?: "contain" | "cover" | "stretch"

Fit the embed's original size into the specified area. Defaults to 'stretch'

fromScale?: number

Do not print this embed until this zoom level (% of original)

opacity?: number

The embed opacity