Skip to content

Commit

Permalink
feat: support webp images in memos
Browse files Browse the repository at this point in the history
  • Loading branch information
aeolianeth committed Apr 22, 2024
1 parent e3112d8 commit 26aa025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/RichNote/hooks/loadAllMediaLinks.ts
Expand Up @@ -8,6 +8,7 @@ const supportedContentTypes = [
'image/png',
'image/svg',
'image/vnd.mozilla.apng',
'image/webp',
].concat(VIDEO_FILE_TYPES)

export const loadAllMediaLinks = async (urlsPerLine: string[]) => {
Expand Down

0 comments on commit 26aa025

Please sign in to comment.