Files
Thomas Hallock 4108aa912d docs: add visual example renderings to README
- Add comprehensive "Example Renderings" section with SVG previews
- Generate example SVGs for numbers 5, 123, and single card (42)
- Include different bead shapes, color schemes, and template usage
- Update examples README with visual examples table
- Add instructions for generating custom renderings with typst CLI
- Show practical template configurations and their outputs

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 09:47:12 -05:00

13 lines
272 B
Typst

#import "../single-card.typ": generate-single-card
#set page(width: 140pt, height: 200pt, margin: 0pt, fill: white)
#generate-single-card(
42,
side: "front",
bead-shape: "diamond",
color-scheme: "place-value",
font-size: 24pt,
width: 140pt,
height: 200pt
)