Interface ImageAttributionPrivate

capture用 image attribution

interface ImageAttribution {
    height: number;
    img: HTMLImageElement;
    type: "image";
    width: number;
}

Properties

Properties

height: number
img: HTMLImageElement
type: "image"
width: number