API
Render a Typst package
Packages are inline, bounded, and text-only. Images, remote imports, preview packages, and asset reads are rejected before queueing.
{
"kind": "typst-package",
"package": {
"main": "main.typ",
"files": [{ "path": "main.typ", "content": "= Hello" }]
}
}