mirror of
https://github.com/luxfi/explore.git
synced 2026-07-27 03:13:50 +00:00
19 lines
282 B
JavaScript
19 lines
282 B
JavaScript
module.exports = {
|
|
plugins: [
|
|
{
|
|
name: 'preset-default',
|
|
params: {
|
|
overrides: {
|
|
removeViewBox: false,
|
|
removeHiddenElems: false,
|
|
},
|
|
},
|
|
},
|
|
'removeDimensions',
|
|
],
|
|
js2svg: {
|
|
indent: 2,
|
|
pretty: true,
|
|
},
|
|
};
|