awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesSVG Processing

Runs SVG minification entirely in the browser using Web Workers to avoid blocking the UI.

Distinct from Client-Side Media Processing: Distinct from Client-Side Media Processing: focuses specifically on SVG minification, not general media manipulation.

Explore 1 awesome GitHub repository matching web development · SVG Processing. Refine with filters or upvote what's useful.

Awesome SVG Processing GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jakearchibald/svgomgAvatar de jakearchibald

    jakearchibald/svgomg

    6,185Ver en GitHub↗

    SVGOMG is a browser-based SVG minification tool that applies SVGO transformations entirely on the client side. It processes SVG files in a Web Worker to keep the user interface responsive, then displays the original and optimized file sizes side by side, including gzipped size estimates. The tool provides a live preview of the optimized SVG markup, rendered directly in the browser for immediate visual feedback. Users can configure which SVGO optimization plugins are enabled or disabled, set numerical precision for coordinates and transforms, and optionally pretty-print the output. Multiple op

    Runs SVG minification entirely in the browser using Web Workers for responsive processing.

    JavaScript
    Ver en GitHub↗6,185
  1. Home
  2. Web Development
  3. Client-Side Media Processing
  4. SVG Processing