We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b8bd4 commit 2d6e70dCopy full SHA for 2d6e70d
README.md
@@ -109,7 +109,7 @@ unified().use(inlineSVG);
109
// Use the Inline SVG plugin with custom options
110
unified().use(inlineSVG, {
111
maxImageSize: 5000, // Don't inline SVGs larger than 5 kb
112
- maxTotalFileSize: 25000, // 25 kb limit for all occurrences of each SVG
+ maxTotalSize: 25000, // 25 kb limit for all occurrences of each SVG
113
optimize: false, // Don't optimize SVGs
114
});
115
```
0 commit comments