23 lines
230 B
TypeScript
23 lines
230 B
TypeScript
export const PREVIEWABLE_EXTENSIONS = [
|
|
'bmp',
|
|
'csv',
|
|
'odt',
|
|
'doc',
|
|
'docx',
|
|
'gif',
|
|
'htm',
|
|
'html',
|
|
'jpg',
|
|
'jpeg',
|
|
'pdf',
|
|
'png',
|
|
'ppt',
|
|
'pptx',
|
|
'tiff',
|
|
'txt',
|
|
'xls',
|
|
'xlsx',
|
|
'mp4',
|
|
'webp',
|
|
];
|