MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / isMediaTag

Function isMediaTag

packages/lint/src/utils.ts:323–325  ·  view source on GitHub ↗
(tagName: string)

Source from the content-addressed store, hash-verified

321}
322
323export function isMediaTag(tagName: string): boolean {
324 return tagName === "video" || tagName === "audio" || tagName === "img";
325}
326
327// Whether any <style> block in the composition defines caption group/word
328// classes (`.caption-group`, `.caption_word`, etc.) — the signal several

Callers 1

media.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected