mirror of
https://github.com/svg/svgo.git
synced 2025-07-31 07:44:22 +03:00
Add description for removeAttrs plugin
Add description to eliminate ugly `undefined` in `--show-plugins` output
This commit is contained in:
@ -6,6 +6,8 @@ exports.type = 'perItem';
|
|||||||
|
|
||||||
exports.active = false;
|
exports.active = false;
|
||||||
|
|
||||||
|
exports.description = 'removes specified attributes';
|
||||||
|
|
||||||
exports.params = {
|
exports.params = {
|
||||||
attrs: []
|
attrs: []
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user