From e5a4c4257483711bec49c029491889624742a9f4 Mon Sep 17 00:00:00 2001 From: Reinder Nijhoff Date: Fri, 24 May 2024 21:41:44 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 82a67d2..f0bb0c1 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,7 @@ sequence.play(); ``` In the options object, you must set the numbers of `frames` and an `imageURL`. The `imageURL` is a function that -takes an -index as a parameter and returns a string representing the URL of the image at that index in the sequence. This allows -you to dynamically generate the URLs of your images based on their index in the sequence. +takes an index as a parameter and returns a string representing the URL of the image at that index in the sequence. ### Loading images from a tar file