@yamlresume/core
    Preparing search index...

    Interface CodeGenerationContext

    Context for code generation containing layout settings.

    interface CodeGenerationContext {
        typography?: DocxTypography | HtmlTypography | LatexTypography;
    }
    Index

    Typography settings from the resume layout.