Skip Navigation

svgo.nvim: Optimize SVGs in Neovim

github.com GitHub - bennypowers/svgo.nvim: Optimize SVGs in Neovim

Optimize SVGs in Neovim. Contribute to bennypowers/svgo.nvim development by creating an account on GitHub.

GitHub - bennypowers/svgo.nvim: Optimize SVGs in Neovim

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

6

You're viewing a single thread.

6 comments
  • What do you mean by “optimizing”?

    • 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.

6 comments