Function codevis::render

source ·
pub fn render(
    dir_content: &DirContents,
    progress: impl Progress,
    should_interrupt: &AtomicBool,
    ss: &SyntaxSet,
    ts: &ThemeSet,
    _: Options<'_>
) -> Result<ImageBuffer<Rgb<u8>, MmapMut>>
Expand description

Render the given files to an image. Using the given syntax, theme and render options.