1
0
mirror of https://github.com/svg/svgo.git synced 2025-04-19 10:22:15 +03:00
svgo/plugins
Bogdan Chadkin bb3f1a99ef [new plugin] reimplement inlineDefs
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
  ]
};
```
2022-02-21 19:12:53 +03:00
..
2021-08-15 13:52:41 +03:00
2021-09-05 17:35:37 +03:00
2021-12-25 15:09:34 +03:00
2021-09-23 21:48:54 +03:00
2022-02-21 19:12:53 +03:00
2021-08-15 13:52:41 +03:00
2021-08-15 13:52:41 +03:00
2021-08-15 13:52:41 +03:00
2021-08-15 13:52:41 +03:00
2021-08-15 13:52:41 +03:00
2021-08-15 13:52:41 +03:00
2021-08-15 13:52:41 +03:00
2021-08-15 13:52:41 +03:00
2021-08-15 13:52:41 +03:00
2021-09-13 16:16:56 +03:00