mirror of
https://github.com/svg/svgo.git
synced 2025-07-31 07:44:22 +03:00
The code is taken from https://github.com/svg/svgo/pull/976, refactored with new api, covered types and simplified. Plugin has no dependencies so can be used without changing. ``` const inlineDefs = require('./inlineDefs.js'); module.exports = { plugins: [ 'preset-default', inlineDefs ] }; ```
19 lines
515 B
XML
19 lines
515 B
XML