Skip to content

Commit

Permalink
Merge pull request #426 from ZhuBoao/master
Browse files Browse the repository at this point in the history
Fixed an missing field in FFSubtitleConf
  • Loading branch information
drawcall authored Apr 13, 2024
2 parents 89fbfec + 52c977f commit dc1a32e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/lib/FFSubtitle.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ declare namespace FFCreatorSpace {
style?: Record<string, any>;
x?: number;
y?: number;
path?: string;
}

/**
Expand Down

0 comments on commit dc1a32e

Please sign in to comment.