awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesOn-Demand Optimizations

Returns SVG markup for a logo, optionally optimized by SVGO to reduce file size.

Distinct from SVG Optimization: Distinct from SVG Optimization: applies optimization on demand per request rather than as a batch preprocessing tool.

Explore 2 awesome GitHub repositories matching part of an awesome list · On-Demand Optimizations. Refine with filters or upvote what's useful.

Awesome On-Demand Optimizations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • bestony/logolybestony का अवतार

    bestony/logoly

    7,933GitHub पर देखें↗

    Logoly is a browser-based logo editor that generates logos mimicking the signature visual style of popular platforms. It renders logo previews by drawing vector graphics directly onto an HTML canvas element, managing all editor state entirely within the browser. The tool provides real-time customization of logo text, color, and font size through an interactive on-screen editor, with instant preview updates as adjustments are made. It applies visual styles by mapping user-selected colors and fonts to CSS-like properties on SVG elements, and uses predefined layout templates to position text and

    Generates PNG or SVG output by serializing the current canvas state into a downloadable file format.

    JavaScriptgeneratorhacktoberfestlogo
    GitHub पर देखें↗7,933
  • pheralb/svglpheralb का अवतार

    pheralb/svgl

    5,578GitHub पर देखें↗

    Applies SVGO compression to SVG logos on demand when requested via the API.

    TypeScripthacktoberfestlogosopen-source
    GitHub पर देखें↗5,578
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. SVG Optimization
  5. On-Demand Optimizations

सब-टैग एक्सप्लोर करें

  • Canvas State SerializersGenerates downloadable image files by serializing the current canvas state into PNG or SVG format. **Distinct from On-Demand Optimizations:** Distinct from On-Demand Optimizations: focuses on serializing canvas state to image files, not optimizing existing SVG markup.