You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

24 rivejä
293 B

module.exports = {
js2svg: {
eol: 'lf',
finalNewline: true,
},
plugins: [
{
name: 'removeAttrs',
params: {
attrs: 'fill',
},
},
{
name: 'addAttributesToSVGElement',
params: {
attributes: [
{
fill: 'currentColor',
},
],
},
},
],
};