New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

svgo-ll

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svgo-ll

svgo-ll is a Node.js library and command-line application for optimizing SVG images.

latest
Source
npmnpm
Version
6.3.0
Version published
Maintainers
1
Created
Source

svgo-ll npm

svgo-ll is a Node.js library and command-line application for optimizing SVG files, evolved from the SVGO package. svgo-ll is focused on lossless optimization and compression. See the summary of differences between svgo-ll and SVGO for more details.

To experiment with svgo-ll and its options without installing it, you can use the webopt website to optimize files in your browser.

Why?

SVG files, especially those exported from vector editors, usually contain a lot of redundant information. This includes editor metadata, comments, hidden elements, default or suboptimal values, and other stuff that can be safely removed or converted without impacting rendering.

Installation

You can install svgo-ll globally through npm. Alternatively, drop the global flag (-g) to use it in your Node.js project.

# npm
npm install -g svgo-ll

Command-line usage

To process a single file with the default settings for svgo-ll version 5:

svgo-ll -i one.svg -o one.min.svg

For more detailed options, see the command line option documentation or FAQ.

This software is released under the terms of the MIT license.

FAQs

Package last updated on 21 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts