We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc500db commit ee5bc6eCopy full SHA for ee5bc6e
src/item/DigiBook.ts
@@ -9,7 +9,6 @@ export class DigiBook extends Book {
9
async download(outDir: string, _options?: DownloadOptions) {
10
const dir = await this.mkSubDir(outDir);
11
const options = defDownloadOptions(_options);
12
- options.format ??= 'a4';
13
14
// Get url of 1st svg page
15
const checkPage = await this.shelf.browser.newPage();
0 commit comments