This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
info-jxc
/
info-jxc-full
Beobachten
3
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
fea12a21a2
Branches
Tags
main
info-jxc-full
/
svgo.config.js
svgo.config.js
135 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
9
10
11
module.exports = {
plugins: [
{
name: 'removeAttrs',
params: {
attrs: '(fill|fill-rule)'
}
}
]
}