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

Function mkNote

packages/sdk-playground/src/main.ts:1137–1142  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

1135}
1136
1137function mkNote(text: string): HTMLDivElement {
1138 const d = document.createElement("div");
1139 d.className = "op-note";
1140 d.textContent = text;
1141 return d;
1142}
1143
1144function opRow(...children: HTMLElement[]): HTMLDivElement {
1145 const d = document.createElement("div");

Callers 7

appendAttributesSectionFunction · 0.85
appendAnimationsSectionFunction · 0.85
buildSetGsapTweenSectionFunction · 0.85
buildAttributeSectionFunction · 0.85
buildFindSectionFunction · 0.85
buildVersionsSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected