From cd973dea4a3530c25c9f7d7fde467292ce0c73ea Mon Sep 17 00:00:00 2001 From: Reinder Nijhoff Date: Fri, 24 May 2024 17:29:16 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95c987d..9d1d789 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ different sources, such as a tar file and an image URL. You can set an array of Each ImageSourceOptions object 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. +array, etc. Finally, the best matching available image will be rendered. ```ts import {FastImageSequence} from '@mediamonks/fast-image-sequence';