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 d006552 commit c93184c
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 @@ -52,8 +52,8 @@ you to dynamically generate the URLs of your images based on their index in the
### Loading images from a tar file

If you want, you can load images from a tar file. This can be useful when you want to preload all images at once with
minimal memory usage. You can use a tar file by setting the `tarURL` option. You also need to set the imageURL, which
returns a string representing the URL of the image at an index in the tar file.
minimal memory usage. You can use a tar file by setting the `tarURL` option. You also need to set the `imageURL`, which
returns a string representing the image's URL at an index in the tar file.

```ts
const options = {
Expand Down

0 comments on commit c93184c

Please sign in to comment.