We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b50ab commit f4bdf69Copy full SHA for f4bdf69
src/constants.ts
@@ -18,7 +18,7 @@ export enum Margin {
18
}
19
20
export const DEFAULT_OPTIONS: Readonly<ConversionOptions> = {
21
- method: "open",
+ method: "save",
22
resolution: Resolution.MEDIUM,
23
page: {
24
margin: Margin.NONE,
0 commit comments