Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
export
function
generateIframeHtml(embedUrl: string): string {
53
return
`<iframe src=
"${embedUrl}"
width=
"100%"
height=
"600"
frameborder=
"0"
allowfullscreen></iframe>`;
54
}
Callers
3
shareUrl.test.ts
File · 0.90
SharePanel.tsx
File · 0.85
handleCopyEmbedHtml
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected