@json-render/image Image renderer that converts JSON specs into SVG and PNG images using Satori. Quick Start Using Standard Components Adding Custom Components Standard Components | Component | Category | Description | |-----------|----------|-------------| | | Root | Root container. Defines width, height, background. Must be root. | | | Layout | Container with padding, margin, border, absolute positioning | | | Layout | Horizontal flex layout | | | Layout | Vertical flex layout | | | Content | h1-h4 heading text | | | Content | Body text with full styling | | | Content | Image from URL | | |…