fix: bound browser image previews
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user