interface Option {
    attribution?: AttributionOption;
    sync?: boolean;
    type?: "png" | "jpeg";
}

Properties

attribution?: AttributionOption

著作権情報オプション

sync?: boolean

画面の読み込みを待つかを決定する真偽値

type?: "png" | "jpeg"

画像の拡張子