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 24, 2024
1 parent 1934e0d commit e5a4c42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e5a4c42

Please sign in to comment.