MCPcopy Create free account
hub / github.com/experdot/pointer /

Class

src/renderer/src/features/export/ExportManager.ts:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 * - Editor plugins (edit components for different formats)
22 */
23class ExportManager {
24 private sources = new Map<SourceType, SourcePlugin>()
25 private formats = new Map<FormatType, FormatPlugin>()
26 private previewers: PreviewerPlugin[] = []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected