@yamlresume/core
    Preparing search index...

    Function getHtmlTemplateDetail

    • Get the detail of the given HTML template.

      Parameters

      • template: "calm" | "vscode"

        The template to get the detail for.

      Returns {
          description: string;
          engine: LayoutEngine;
          id: "calm" | "vscode";
          name: string;
      }

      The detail of the template.