We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a390853 commit e5c62deCopy full SHA for e5c62de
1 file changed
README.md
@@ -61,6 +61,13 @@ Default: `[]`
61
Description: *list of classes for which the transformation will be ignored*
62
Example: `image.jpg => image.webp (instead of image.jpg.webp)`
63
64
+#### `extensionIgnore`
65
+
66
+Type: `Array<string>`
67
+Default: `[]`
68
+Description: *list of extension for which the transformation will be ignored*
69
+Example: `extensionIgnore: ['svg']` will ignore transformation for images with the `svg` extension
70
71
### License [MIT](LICENSE)
72
73
[npm]: https://img.shields.io/npm/v/posthtml-webp.svg
0 commit comments