Nothing
# Generated by extendr: Do not edit by hand
# nolint start
#
# This file was created with the following call:
# .Call("wrap__make_tynding_wrappers", use_symbols = TRUE, package_name = "tynding")
#' @usage NULL
#' @useDynLib tynding, .registration = TRUE
NULL
#' @title Compile a `.typ` file and return the output path.
#'
#' @description This function uses the Typst Rust library to compile a
#' `.typ` file to a supported output format and return the output path.
#'
#' @param file Path to an existing `.typ` file.
#' @param output Optional output path.
#' @param font_path Optional path to font files.
#' @param pdf_standard Optional PDF standard specification.
#' @param output_format Optional output format.
#'
#' @return Output path
#'
#' @keywords internal
typst_compile_rust <- function(file, output = NULL, font_path = NULL, pdf_standard = NULL, output_format = NULL, inputs = NULL) .Call(wrap__typst_compile_rust, file, output, font_path, pdf_standard, output_format, inputs)
# nolint end
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.