Re-export DOM viewer helpers from source facade
Expose ingestHtmlFromFile, ingestMarkdownFromFile, and resolveDomViewerHtml for citation-work ViewerShell wiring.
This commit is contained in:
parent
2b4500bc46
commit
10fc581a52
1 changed files with 4 additions and 0 deletions
|
|
@ -26,7 +26,11 @@ export {
|
||||||
// Browser upload helpers — from the package's browser entry point.
|
// Browser upload helpers — from the package's browser entry point.
|
||||||
export {
|
export {
|
||||||
createPdfByteStore,
|
createPdfByteStore,
|
||||||
|
ingestHtmlFromFile,
|
||||||
|
ingestMarkdownFromFile,
|
||||||
ingestPdfFromFile,
|
ingestPdfFromFile,
|
||||||
|
markdownSourceToViewerHtml,
|
||||||
|
resolveDomViewerHtml,
|
||||||
type CreatePdfByteStoreOptions,
|
type CreatePdfByteStoreOptions,
|
||||||
type PdfByteRecord,
|
type PdfByteRecord,
|
||||||
type PdfByteStore,
|
type PdfByteStore,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue