feat: decode OneNote ink strokes

This commit is contained in:
2026-07-22 19:16:08 +02:00
parent 30b0357530
commit 141be03f5e
5 changed files with 424 additions and 15 deletions

View File

@@ -19,6 +19,10 @@ export type {
OneNoteColor,
OneNoteContentBlock,
OneNoteImageBlock,
OneNoteInkBlock,
OneNoteInkBoundingBox,
OneNoteInkPoint,
OneNoteInkStroke,
OneNotePageContentModel,
OneNoteResource,
OneNoteSectionContentModel,