Skip to content

Commit

Permalink
Make imagesourceoptions partial
Browse files Browse the repository at this point in the history
  • Loading branch information
reindernijhoff committed Jun 4, 2024
1 parent 678b65e commit c2c8d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/FastImageSequence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export type FastImageSequenceDisplayOptions = {
*/
export type FastImageSequenceOptions = {
frames: number,
src: ImageSourceOptions[] | ImageSourceOptions,
src: Partial<ImageSourceOptions>[] | Partial<ImageSourceOptions>,
} & Partial<{
loop: boolean;
poster: string | undefined;
Expand Down

0 comments on commit c2c8d78

Please sign in to comment.