Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit407e58b

Browse files
authored
fix: prevent processing font files (#906)
1 parent8099869 commit407e58b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/createFileTransform.ts‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ export function createFileTransform(name: string) {
6464
'.svg',
6565
'.jar',
6666
'.keystore',
67+
68+
// Font files
69+
'.otf',
70+
'.ttf',
6771
].includes(path.extname(entry.path))&&
6872
name
6973
){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp