- 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>
13 lines
272 B
Typst
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
|
|
) |