Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
add more acceptable file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
CCheukKa committed Sep 30, 2024
1 parent d59b28c commit f0c2034
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ApiTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ export enum FILE_TYPES {
FOLDER = 'Folder',
PNG = 'png',
JPG = 'jpg',
JPEG = 'jpeg',
SVG = 'svg',
WEBP = 'webp',
WOFF2 = 'woff2',
GIF = 'gif',
PDF = 'pdf',
CSV = 'csv',
};
/* -------------------------------------------------------------------------- */
/**
Expand Down

0 comments on commit f0c2034

Please sign in to comment.