Skip to main content
Glama
text-wrapping.d.tsโ€ข580 B
import { IDistance } from "../drawing"; export declare const TextWrappingType: { readonly NONE: 0; readonly SQUARE: 1; readonly TIGHT: 2; readonly TOP_AND_BOTTOM: 3; }; export declare const TextWrappingSide: { readonly BOTH_SIDES: "bothSides"; readonly LEFT: "left"; readonly RIGHT: "right"; readonly LARGEST: "largest"; }; export interface ITextWrapping { readonly type: (typeof TextWrappingType)[keyof typeof TextWrappingType]; readonly side?: (typeof TextWrappingSide)[keyof typeof TextWrappingSide]; readonly margins?: IDistance; }

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