tinymist_world

Type Alias TypstBrowserWorld

Source
pub type TypstBrowserWorld = CompilerWorld<BrowserCompilerFeat>;

Aliased Type§

struct TypstBrowserWorld {
    pub library: Arc<LazyHash<Library>>,
    pub font_resolver: Arc<FontResolverImpl>,
    pub registry: Arc<JsRegistry>,
    /* private fields */
}

Fields§

§library: Arc<LazyHash<Library>>

Provides library for typst compiler.

§font_resolver: Arc<FontResolverImpl>

Provides font management for typst compiler.

§registry: Arc<JsRegistry>

Provides package management for typst compiler.