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 f144eee commit 2d163b0Copy full SHA for 2d163b0
src/validations.ts
@@ -2,7 +2,7 @@ import isAudio from '@shelf/is-audio-filepath';
2
import isVideo from 'is-video';
3
import isImage from 'is-image';
4
5
-const UNSUPPORTED_FILE_EXTENSIONS = ['.chm', '.heic', '.gdoc', '.gsheet', '.gslides'];
+const UNSUPPORTED_FILE_EXTENSIONS = ['.chm', '.heic', '.gdoc', '.gsheet', '.gslides', '.zip'];
6
7
export function canBeConvertedToPDF(filename: string): boolean {
8
filename = filename.toLowerCase();
0 commit comments