@@ -60,7 +60,26 @@ plugins: [
6060];
6161```
6262
63- 6 . Execute your SVG transformation NPM script.
63+ 6 . Arguments
64+
65+ - ` overwrite ` - boolean - defaults to ` true ` - If set to ` false ` will preserve any existing ` viewBox ` attribute on your input SVG files.
66+
67+ Usage:
68+
69+ ``` javascript
70+ plugins: [
71+ // ... more plugins
72+ {
73+ ... addViewBox,
74+ params: {
75+ overwrite: false
76+ }
77+ }
78+ // ... more plugins
79+ ];
80+ ```
81+
82+ 7 . Execute your SVG transformation NPM script.
6483
6584## LICENSE
6685
@@ -131,30 +150,30 @@ Support and sponsor my work:
131150<br />
132151<br />
133152<a href =" https://twitter.com/intent/tweet?text=Checkout%20this%20awesome%20developer%20profile%3A&url=https%3A%2F%2Fgithub.com%2Fscriptex&via=scriptexbg&hashtags=software%2Cgithub%2Ccode%2Cawesome " title =" Tweet " >
134- <img src="https://img.shields.io/badge/Tweet-Share_my_profile-blue.svg?logo=twitter&color=38A1F3" />
153+ <img src =" https://img.shields.io/badge/Tweet-Share_my_profile-blue.svg?logo=twitter&color=38A1F3 " />
135154</a >
136155<a href =" https://paypal.me/scriptex " title =" Donate on Paypal " >
137- <img src="https://img.shields.io/badge/Donate-Support_me_on_PayPal-blue.svg?logo=paypal&color=222d65" />
156+ <img src =" https://img.shields.io/badge/Donate-Support_me_on_PayPal-blue.svg?logo=paypal&color=222d65 " />
138157</a >
139158<a href =" https://revolut.me/scriptex " title =" Donate on Revolut " >
140- <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/revolut.json" />
159+ <img src =" https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/revolut.json " />
141160</a >
142161<a href =" https://patreon.com/atanas " title =" Become a Patron " >
143- <img src="https://img.shields.io/badge/Become_Patron-Support_me_on_Patreon-blue.svg?logo=patreon&color=e64413" />
162+ <img src =" https://img.shields.io/badge/Become_Patron-Support_me_on_Patreon-blue.svg?logo=patreon&color=e64413 " />
144163</a >
145164<a href =" https://ko-fi.com/scriptex " title =" Buy Me A Coffee " >
146- <img src="https://img.shields.io/badge/Donate-Buy%20me%20a%20coffee-yellow.svg?logo=ko-fi" />
165+ <img src =" https://img.shields.io/badge/Donate-Buy%20me%20a%20coffee-yellow.svg?logo=ko-fi " />
147166</a >
148167<a href =" https://liberapay.com/scriptex/donate " title =" Donate on Liberapay " >
149- <img src="https://img.shields.io/liberapay/receives/scriptex?label=Donate%20on%20Liberapay&logo=liberapay" />
168+ <img src =" https://img.shields.io/liberapay/receives/scriptex?label=Donate%20on%20Liberapay&logo=liberapay " />
150169</a >
151170<a href =" https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/bitcoin.json " title =" Donate Bitcoin " >
152- <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/bitcoin.json" />
171+ <img src =" https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/bitcoin.json " />
153172</a >
154173<a href =" https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/etherium.json " title =" Donate Etherium " >
155- <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/etherium.json" />
174+ <img src =" https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/etherium.json " />
156175</a >
157176<a href =" https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/shiba-inu.json " title =" Donate Shiba Inu " >
158- <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/shiba-inu.json" />
177+ <img src =" https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/scriptex/scriptex/master/badges/shiba-inu.json " />
159178</a >
160179</div >
0 commit comments