/var/www/cobraambalaj/node_modules/svgo/plugins
Edit: /var/www/cobraambalaj/node_modules/svgo/plugins/removeEditorsNSData.js (1550B)
'use strict';
exports.type = 'perItem';
exports.active = true;
exports.description = 'removes editors namespaces, elements and attributes';
var editorNamespaces = require('./_collections').editorNamespaces,
prefixes = [];
exports.params = {
additionalNamespaces: []
};
/**
* Remove editors namespaces, elements and attributes.
*
* @example
*