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

Function initializeExportPlugins

src/renderer/src/features/export/index.ts:20–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 * Call this once at app startup
19 */
20export function initializeExportPlugins(): void {
21 registerSourcePlugins()
22 registerFormatPlugins()
23 registerPreviewerPlugins()
24 registerEditorPlugins()
25}

Callers 1

App.tsxFile · 0.90

Calls 4

registerSourcePluginsFunction · 0.90
registerFormatPluginsFunction · 0.90
registerPreviewerPluginsFunction · 0.90
registerEditorPluginsFunction · 0.90

Tested by

no test coverage detected