Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reindernijhoff authored Mar 29, 2024
1 parent fff5d22 commit 31f4617
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ const options = {
tarURL: 'path/to/your/tar/file.tar',
tarImageURLCallback: (index) => `image${index}.jpg`,

// Note that you can also simultaneously use direct image loading and image loading from a tar file. In that case, you will use the tar file to server (super low res) preview images shown before the direct image loading completes.
// Note that you can also simultaneously use direct image loading and image loading from a tar file.
// In that case, you will use the tar file to server (super low res) preview images shown before the
// direct image loading completes.

wrap: true,
size: 'cover',
Expand Down

0 comments on commit 31f4617

Please sign in to comment.