1
0
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:
Seth Falco
2024-06-07 18:08:05 +01:00
committed by GitHub
parent 1e23f66e76
commit 35d3fb6ee8
6 changed files with 16 additions and 4 deletions

View File

@ -74,3 +74,9 @@ export const optimize = (input, config) => {
},
});
};
export default {
VERSION,
loadConfig,
optimize,
};