Skip to content

Commit 3205a59

Browse files
authored
fix: add support for webp when parse image (#58)
1 parent a552b67 commit 3205a59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parser/internal.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ function parseImage(image: md.Image, options: BlocksOptions): notion.Block {
7373
'.bmp',
7474
'.svg',
7575
'.heic',
76+
'.webp',
7677
];
7778

7879
function dealWithError() {

0 commit comments

Comments
 (0)