2 个仓库
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.
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.
Applies SVGO compression to SVG logos on demand when requested via the API.