Function typst_preview::preview

source ·
pub async fn preview<T: CompileHost + Send + 'static>(
    arguments: PreviewArgs,
    client: impl FnOnce(CompilationHandleImpl) -> T,
    html: Option<&str>
) -> Previewer