interface ImageArgument {
    dataURI: string;
    flipRTL?: boolean;
    type: "image";
}

Properties

Properties

dataURI: string
flipRTL?: boolean

Defaults to false.

type: "image"