@turbowarp/types-tw
    Preparing search index...
    interface ImageArgument {
        dataURI: string;
        flipRTL?: boolean;
        type: "image";
    }
    Index

    Properties

    Properties

    dataURI: string
    flipRTL?: boolean

    Defaults to false.

    type: "image"