Skip to content

Commit cb822fd

Browse files
numsugtokman
authored andcommitted
added the new option to readme
1 parent bad8098 commit cb822fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ await clearCache();
9393
| onError | function | | The function to call when an error occurs. The error is passed as the first argument of the function |
9494
| onSuccess | function | | The function to call when the image is successfully loaded |
9595
| grayscale | number | 0 | Filter or transformation that converts the image into shades of gray (0-1). |
96+
| ignoreQueryParamsForCacheKey | boolean | false | Ignore URL query parameters in cache keys |
9697
| allowHardware | boolean | true | Allow hardware rendering (Android only) |
9798
| headers | Record<string, string> | undefined | Pass in headers |
9899
| accessibilityLabel | string | undefined | accessibility label |

0 commit comments

Comments
 (0)