Content Infographic
@alvagante/content-infographicv2026.07.05.1
01README
Generate browser-ready infographic pages using OpenAI image generation. Produces an image, reliable HTML text shell, and relative output suitable for embedding in @alvagante/content-ixen.
02Models
@alvagante/content-infographicv2026.07.05.1extensions/models/content_infographic.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| apiKey? | string | |
| outputDir? | string |
fn generate(topic: string, title?: string, details?: string, keyPoints: array, model: string, size?: string, filename?: string, htmlFilename?: string, outputDir?: string)
Generate an infographic image with OpenAI and wrap it in a reliable HTML page suitable for embedding in content-ixen.
| Argument | Type | Description |
|---|---|---|
| topic | string | |
| title? | string | |
| details? | string | |
| keyPoints | array | |
| model | string | |
| size? | string | |
| filename? | string | |
| htmlFilename? | string | |
| outputDir? | string |
fn save(topic: string, title?: string, details?: string, keyPoints: array, imageBase64: string, size?: string, filename?: string, htmlFilename?: string, model: string, outputDir?: string)
Store an externally provided infographic image without calling OpenAI, wrapping it in the same HTML page shell.
| Argument | Type | Description |
|---|---|---|
| topic | string | |
| title? | string | |
| details? | string | |
| keyPoints | array | |
| imageBase64 | string | |
| size? | string | |
| filename? | string | |
| htmlFilename? | string | |
| model | string | |
| outputDir? | string |
Resources
infographic(infinite)— Generated infographic metadata
Files
html(text/html)— Self-contained infographic HTML page
imageFile(image/png)— Generated infographic image
03Previous Versions
2026.06.24.1Jun 24, 2026
2026.06.23.3Jun 23, 2026
Added 1, removed 1 models
2026.06.23.2Jun 23, 2026
2026.06.23.1Jun 22, 2026
2026.06.22.1Jun 22, 2026
2026.06.19.1Jun 19, 2026
04Stats
B
85 / 100
Downloads
3
Archive size
85.3 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit0/2missing
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels