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.
2 parents 5477fd5 + ac60da7 commit bb3fc26Copy full SHA for bb3fc26
src/validations.test.ts
@@ -10,6 +10,7 @@ it.each`
10
11
it.each`
12
filename
13
+ ${'book.epub'}
14
${'project.mpp'}
15
${'email.msg'}
16
${'image.jpg'}
src/validations.ts
@@ -12,6 +12,7 @@ const UNSUPPORTED_FILE_EXTENSIONS = [
'.dwg',
'.msg',
'.mpp',
+ '.epub',
];
17
18
export function canBeConvertedToPDF(filename: string): boolean {
0 commit comments