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

Method load

apps/sim/lib/pptx-renderer/core/viewer.ts:174–177  ·  view source on GitHub ↗

* Load a parsed presentation model. Does NOT render — call `renderList()` or * `renderSlide()` afterwards.

(presentation: PresentationData)

Source from the content-addressed store, hash-verified

172 * `renderSlide()` afterwards.
173 */
174 load(presentation: PresentationData): void {
175 this.presentation = presentation
176 this.setupAdaptiveResize()
177 }
178
179 /**
180 * Render all slides in a scrollable list.

Callers 12

openMethod · 0.95
parseYAMLFunction · 0.80
parseYAMLBufferFunction · 0.80
parseBufferMethod · 0.80
extractPdfStyleFunction · 0.80
splitPdfIntoChunksFunction · 0.80
isStructuredDataMethod · 0.80
chunkMethod · 0.80
pptxgenjs.cjsFile · 0.80
UBFunction · 0.80
qFunction · 0.80
pdf-lib.cjsFile · 0.80

Calls 1

setupAdaptiveResizeMethod · 0.95

Tested by

no test coverage detected