Re-export DOM viewer helpers from source facade
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 5s

Expose ingestHtmlFromFile, ingestMarkdownFromFile, and resolveDomViewerHtml
for citation-work ViewerShell wiring.
This commit is contained in:
tegwick 2026-07-09 09:58:41 +02:00
parent 2b4500bc46
commit 10fc581a52

View file

@ -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,