We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c62de commit 923087bCopy full SHA for 923087b
1 file changed
README.md
@@ -59,7 +59,7 @@ Example: `image.jpg => image.webp (instead of image.jpg.webp)`
59
Type: `Array<string>`
60
Default: `[]`
61
Description: *list of classes for which the transformation will be ignored*
62
-Example: `image.jpg => image.webp (instead of image.jpg.webp)`
+Example: `classIgnore: ['ignore-webp']` will ignore transformation for images with the class `ignore-web`
63
64
#### `extensionIgnore`
65
0 commit comments