AntV Infographic — движок генерации инфографики
★ 6.5K
antvis/Infographic is an open-source infographic generation and rendering framework by AntV that turns text descriptions and structured data into polished visual stories using a declarative syntax with first-class AI-agent support. Reach for it when you need to present numbers as visuals rather than tables: assembling infographics for posts or slide decks, turning a dry report into a visual narrative, auto-generating stat cards from an AI pipeline, or embedding infographic rendering directly into a web app. Under the hood it ships ~200 built-in templates, data-item components and layouts, a theme system (hand-drawn, gradients, patterns), a built-in editor for post-AI tweaks, SVG output for visual fidelity, and fault-tolerant streaming rendering so AI output can be progressively displayed in real time. Installed via npm (`@antv/infographic`); integrates into Claude Code and Codex through a skill package (`infographic-creator`, `infographic-syntax-creator`, `infographic-structure-creator`, `infographic-item-creator`). The direction is high-level infographic composition from a description — not low-level charting (use D3.js or AntV G2 for that) and not a drag-and-drop editor (use Canv
- #Visualization