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 379244b + 987fbb9 commit 219e0aeCopy full SHA for 219e0ae
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