1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-29 20:21:14 +03:00

Move config processing into optimize

This commit is contained in:
Bogdan Chadkin
2021-02-15 16:57:01 +03:00
parent 1b776ffea5
commit 225bfbb053
5 changed files with 118 additions and 204 deletions

View File

@ -1,3 +1,5 @@
'use strict';
exports.addAttributesToSVGElement = require('./addAttributesToSVGElement.js');
exports.addClassesToSVGElement = require('./addClassesToSVGElement.js');
exports.cleanupAttrs = require('./cleanupAttrs.js');