class Typst::HtmlExperimental

def initialize(input, root: ".", font_paths: [], sys_inputs: {})

def initialize(input, root: ".", font_paths: [], sys_inputs: {})
  super(input, root: root, font_paths: font_paths, sys_inputs: sys_inputs)
  @bytes = Typst::_to_html(self.input, self.root, self.font_paths, File.dirname(__FILE__), false, sys_inputs)[0]
end