Changelog
January 20, 2026 ยท View on GitHub
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2025-01-20
Added
- Initial release of
infographic-cli - Simple command
ifgcto render infographics from .ifgc files to SVG - Support for 236+ built-in infographic templates
templatecommand to list all available templates- Theme support (
--themeoption) - Background color customization (
--backgroundoption) - Config file support (
--configoption) - Stdin input support for AI integration
- Comprehensive test suite (26 tests)
Features
- Render from file:
ifgc -i input.ifgc -o output.svg - Render from stdin:
echo "..." | ifgc -o output.svg - List templates:
ifgc template - Automatic output file naming (defaults to input.svg)
- Quiet mode for script usage (
--quiet)
Dependencies
@antv/infographic^0.2.11chalk^5.4.1commander^12.1.0