We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 735ed05 commit 15953c7Copy full SHA for 15953c7
1 file changed
README.md
@@ -49,11 +49,18 @@ After:
49
50
#### `replaceExtension`
51
52
-Type: `boolean`
+Type: `Boolean`
53
Default: `false`
54
Description: *Replace the extension of the source image with .webp instead of appending .webp to the original filename*
55
Example: `image.jpg => image.webp (instead of image.jpg.webp)`
56
57
+#### `classIgnore`
58
+
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)`
63
64
### License [MIT](LICENSE)
65
66
[npm]: https://img.shields.io/npm/v/posthtml-webp.svg
0 commit comments