feat: 实现 DOCX 媒体预处理与跨端 PNG 捕获

This commit is contained in:
SkyJourney
2026-07-30 13:21:18 +08:00
parent 7831bc23f0
commit fe5d67fb6d
20 changed files with 1294 additions and 16 deletions
+9
View File
@@ -21,6 +21,15 @@ export {
type MarkdownImageResource,
type ResolvedMarkdownImages
} from "./image-resources.js";
export {
getDocxMediaRenderDimensions,
prepareDocxMedia,
type DocxMediaCapture,
type DocxMediaCaptureAdapter,
type DocxMediaCaptureOutput,
type DocxMediaCaptureRequest,
type DocxMediaRenderDimensions
} from "./docx-media-service.js";
export {
createThemeRegistry,
type ThemeRecord,