TypstMarkdownEditorOptions
Defined in: typst/lib/main.ts:50
Properties
Section titled “Properties”compilerWasmUrl?
Section titled “compilerWasmUrl?”
optionalcompilerWasmUrl?:string
Defined in: typst/lib/main.ts:60
URL for the web compiler .wasm (passed to typst.ts getModule).
Default
Section titled “Default”jsDelivr URL for @myriaddreamin/typst-ts-web-compiler (see defaultCompilerWasmUrl).
renderCacheSize?
Section titled “renderCacheSize?”
optionalrenderCacheSize?:number
Defined in: typst/lib/main.ts:55
Max entries for the in-memory render cache (cloned SVG roots per hit).
Default
Section titled “Default”128rendererWasmUrl?
Section titled “rendererWasmUrl?”
optionalrendererWasmUrl?:string
Defined in: typst/lib/main.ts:65
URL for the renderer .wasm (passed to typst.ts getModule).
Default
Section titled “Default”jsDelivr URL for @myriaddreamin/typst-ts-renderer (see defaultRendererWasmUrl).