Skip to main content
Glama
libheif-js.d.ts333 B
declare module 'libheif-js/wasm-bundle' { interface HeifImage { get_width(): number; get_height(): number; display(payload: any, cb: (displayData: { data: any }) => void); } // Add other exports from libheif-js if needed export class HeifDecoder { decode(buffer: Buffer | ArrayBufferLike): HeifImage[]; } }

Latest Blog Posts

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/BoomLinkAi/image-worker-mcp'

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