Skip to content

TypstMarkdownEditorOptions

Defined in: typst/lib/main.ts:50

optional compilerWasmUrl?: string

Defined in: typst/lib/main.ts:60

URL for the web compiler .wasm (passed to typst.ts getModule).

jsDelivr URL for @myriaddreamin/typst-ts-web-compiler (see defaultCompilerWasmUrl).


optional renderCacheSize?: number

Defined in: typst/lib/main.ts:55

Max entries for the in-memory render cache (cloned SVG roots per hit).

128

optional rendererWasmUrl?: string

Defined in: typst/lib/main.ts:65

URL for the renderer .wasm (passed to typst.ts getModule).

jsDelivr URL for @myriaddreamin/typst-ts-renderer (see defaultRendererWasmUrl).