module

Bon::Typst

Class methods

compile(source : String, output : String, root : String, config : Config, dry_run : Bool, output_io : IO = STDOUT, error_io : IO = STDERR, verbose : Verbose | Nil = nil) : Nil
Source
compile_png(source : String, output : String, root : String, ppi : Int32, config : Config, dry_run : Bool, output_io : IO = STDOUT, error_io : IO = STDERR, verbose : Verbose | Nil = nil) : Nil
Source
root_for(source : String, cwd = Dir.current) : String
Source