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

Interface FormatPlugin

src/renderer/src/features/export/types.ts:174–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174export interface FormatPlugin {
175 id: FormatType
176 name: string
177 extension: string
178 mimeType: string
179 // Convert extracted content to target format
180 convert: (content: ExtractedContent, options: ExportOptions) => Promise<ConvertResult>
181 // Get format-specific preview options schema (optional)
182 getPreviewOptionsSchema?: () => PreviewOptionSchema[]
183}
184
185export interface PreviewerProps {
186 result: ConvertResult

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected