We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad8098 commit cb822fdCopy full SHA for cb822fd
README.md
@@ -93,6 +93,7 @@ await clearCache();
93
| onError | function | | The function to call when an error occurs. The error is passed as the first argument of the function |
94
| onSuccess | function | | The function to call when the image is successfully loaded |
95
| 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 |
97
| allowHardware | boolean | true | Allow hardware rendering (Android only) |
98
| headers | Record<string, string> | undefined | Pass in headers |
99
| accessibilityLabel | string | undefined | accessibility label |
0 commit comments