Skip to content

Commit 6f9efb6

Browse files
feat: add TypeScript definitions for imageProcessing options
- Add imageProcessing interface with maxRetries and verboseLogging properties - Keep preprocessing lowercase to match actual implementation - TypeScript definitions now correctly reflect the implementation in constants.js 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d3e4b76 commit 6f9efb6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ declare namespace HTMLtoDOCX {
7070
preprocessing?: {
7171
skipHTMLMinify?: boolean;
7272
};
73+
imageProcessing?: {
74+
maxRetries?: number;
75+
verboseLogging?: boolean;
76+
};
7377
}
7478
}
7579

0 commit comments

Comments
 (0)