Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reindernijhoff authored May 25, 2024
1 parent 8f141f0 commit 41eecfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ const options = {
### Advanced usage

You can also set multiple sources for the FastImageSequence class. This can be useful when you want to load images from
different sources, such as a tar file and an image URL. You can set an array of ImageSourceOptions in the src option.
Each ImageSourceOptions object can have its imageURL and tarURL.
different sources, such as a tar file *and* an image URL. You can set an array of ImageSource in the src option.
Each ImageSource can have its imageURL and tarURL.

The FastImageSequence class will try to load images from the first source in the array. If an image is not available yet, it will try to load it from the next source in the
array, etc. Finally, the best matching available image will be rendered.
Expand Down

0 comments on commit 41eecfc

Please sign in to comment.