MCPcopy Create free account
hub / github.com/ColmapView/Colmapview.github.io / generateIframeHtml

Function generateIframeHtml

src/utils/shareUrl.ts:52–54  ·  view source on GitHub ↗
(embedUrl: string)

Source from the content-addressed store, hash-verified

50}
51
52export function generateIframeHtml(embedUrl: string): string {
53 return `<iframe src="${embedUrl}" width="100%" height="600" frameborder="0" allowfullscreen></iframe>`;
54}

Callers 3

shareUrl.test.tsFile · 0.90
SharePanel.tsxFile · 0.85
handleCopyEmbedHtmlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected