MCPcopy
hub / github.com/simstudioai/sim / EmbedInfo

Interface EmbedInfo

packages/utils/src/media-embed.ts:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 * module only decides whether a URL is embeddable and what source to use.
5 */
6export interface EmbedInfo {
7 url: string
8 type: 'iframe' | 'video' | 'audio'
9 aspectRatio?: string
10}
11
12/**
13 * The `parent` query param required by Twitch embeds. Reads the current host in

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected