mirror of
https://github.com/svg/svgo.git
synced 2025-07-28 09:22:00 +03:00
chore: export default and named packages (#2022)
This commit is contained in:
@ -74,3 +74,9 @@ export const optimize = (input, config) => {
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
export default {
|
||||
VERSION,
|
||||
loadConfig,
|
||||
optimize,
|
||||
};
|
||||
|
Reference in New Issue
Block a user