Skip to content

Commit ee5bc6e

Browse files
committed
Remove default format on digi books
1 parent dc500db commit ee5bc6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/item/DigiBook.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export class DigiBook extends Book {
99
async download(outDir: string, _options?: DownloadOptions) {
1010
const dir = await this.mkSubDir(outDir);
1111
const options = defDownloadOptions(_options);
12-
options.format ??= 'a4';
1312

1413
// Get url of 1st svg page
1514
const checkPage = await this.shelf.browser.newPage();

0 commit comments

Comments
 (0)