A quick-and-dirty plugin to optimize your svg files in nvim using svgo

    • bennyp@kbin.socialOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Quote from svgo:

      SVG Optimizer is a Node.js-based tool for optimizing SVG vector graphics files.

      Why?

      SVG files, especially those exported from various editors, usually contain a lot of redundant and useless information. This can include editor metadata, comments, hidden elements, default or non-optimal values and other stuff that can be safely removed or converted without affecting the SVG rendering result.