Skip to content

Commit

Permalink
Merge pull request #257 from shelfio/feature/extend-supported-files-pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
dianakryskuw authored Sep 15, 2023
2 parents 9e36ac4 + 756b68e commit 95c686f
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 95c686f

Please sign in to comment.