pub type TypstBrowserWorld = CompilerWorld<BrowserCompilerFeat>;Expand description
A world that provides access to the browser.
Aliased Type§
pub 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.