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 56b843e + 2b84022 commit 1a798ebCopy full SHA for 1a798eb
src/commands/upload-image/upload-local-disk-image.ts
@@ -9,7 +9,7 @@ export const uploadLocalDiskImage = async () => {
9
canSelectMany: false,
10
canSelectFolders: false,
11
filters: {
12
- images: ['png', 'jpg', 'bpm', 'jpeg', 'webp', 'svg'],
+ images: ['png', 'jpg', 'bmp', 'jpeg', 'webp', 'svg', 'gif'],
13
},
14
})) ?? [])[0];
15
if (!imageFileUri) {
0 commit comments