Skip to content

Commit

Permalink
feat: Extended supported files list with PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakryskuw committed Sep 15, 2023
1 parent 9e36ac4 commit 756b68e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/is-file-supported.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const SUPPORTED_FILES_EXTENSIONS_FOR_PSPDFKIT = [
'pptx',
'ppt',
'pptm',
'pdf',
];

export function isFileSupportedForOfficePreview(fileKey: string): boolean {
Expand Down

0 comments on commit 756b68e

Please sign in to comment.