Skip to main content
Glama
image-run.d.tsโ€ข930 B
/// <reference types="node" /> import { IContext, IXmlableObject } from '../../xml-components'; import { DocPropertiesOptions } from '../../drawing/doc-properties/doc-properties'; import { OutlineOptions } from "../../drawing/inline/graphic/graphic-data/pic/shape-properties/outline/outline"; import { IFloating } from "../../drawing"; import { IMediaTransformation } from "../../media"; import { Run } from "../run"; export interface IImageOptions { readonly data: Buffer | string | Uint8Array | ArrayBuffer; readonly transformation: IMediaTransformation; readonly floating?: IFloating; readonly altText?: DocPropertiesOptions; readonly outline?: OutlineOptions; } export declare class ImageRun extends Run { private readonly key; private readonly imageData; constructor(options: IImageOptions); prepForXml(context: IContext): IXmlableObject | undefined; private convertDataURIToBinary; }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/consigcody94/office-whisperer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server