Skip to content

Commit

Permalink
Merge pull request #89 from galacean/chore/remove-fallback-image
Browse files Browse the repository at this point in the history
chore: 移除无用的 fallbackImage 字段
  • Loading branch information
yiiqii authored Oct 16, 2024
2 parents 9d87223 + 4f34409 commit 88cb630
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/composition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ interface CompositionBase {
* @default [0,0]
*/
previewSize?: [width: number, height: number],
/**
* 降级图
*/
fallbackImage?: string,
}

/**
Expand Down

0 comments on commit 88cb630

Please sign in to comment.