Skip to content

Milestones

List view

  • Currently, the project depends on SVGO and requires users to manually install this utility. This approach has several drawbacks: 1. Dependency on an external project 2. Inconvenience for users 3. Low performance due to the language SVGO is written in (JavaScript) Need to implement our own SVG optimization algorithms similar to SVGO and eliminate the dependency on SVGO. Resources to consider: 1. [SVGO](https://github.com/svg/svgo) Pros: - Actively developed - High level of optimization Cons: - Written in JavaScript 2. [svgcleaner](https://github.com/RazrFalcon/svgcleaner) Pros: - Written in Rust Cons: - Abandoned - Optimization level is not as good

    No due date
    0/1 issues closed