fix: bound browser image previews

This commit is contained in:
2026-07-22 20:02:14 +02:00
parent 72b95c828a
commit 45880fcf2b
7 changed files with 739 additions and 19 deletions

View File

@@ -4,6 +4,13 @@ export {
type OneNoteFormatKind,
} from './parser/detect-format.js';
export { OneNoteParserError } from './parser/error.js';
export {
DEFAULT_BROWSER_IMAGE_SAFETY_LIMITS,
inspectBrowserImage,
type BrowserImageInspection,
type BrowserImageRejectionReason,
type BrowserImageSafetyLimits,
} from './image-safety.js';
export {
DEFAULT_ONENOTE_PARSER_LIMITS,
type OneNoteParserLimits,