Skip to content

Commit

Permalink
fix: add support for webp when parse image (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxpeng98 authored Apr 28, 2024
1 parent a552b67 commit 3205a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser/internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ function parseImage(image: md.Image, options: BlocksOptions): notion.Block {
'.bmp',
'.svg',
'.heic',
'.webp',
];

function dealWithError() {
Expand Down

0 comments on commit 3205a59

Please sign in to comment.