mirror of
https://github.com/svg/svgo.git
synced 2025-07-29 20:21:14 +03:00
Add --show-plugins option
This commit is contained in:
@ -4,6 +4,8 @@ exports.type = 'perItemReverse';
|
||||
|
||||
exports.active = true;
|
||||
|
||||
exports.description = 'move elements attributes to the existing group wrapper';
|
||||
|
||||
var inheritableAttrs = require('./_collections').inheritableAttrs,
|
||||
pathElems = require('./_collections.js').pathElems;
|
||||
|
||||
|
Reference in New Issue
Block a user