Updates
This commit is contained in:
8
lowcoder/client/svgo.config.js
Normal file
8
lowcoder/client/svgo.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// svgo.config.js
|
||||
export default {
|
||||
js2svg: {
|
||||
indent: 2,
|
||||
pretty: true,
|
||||
},
|
||||
plugins: ["cleanupIds", "prefixIds", "removeTitle"],
|
||||
};
|
||||
Reference in New Issue
Block a user