UNPKG

specpress

Version:

Export PDF and/or DOCX files from a subset of Markdown, ASN.1 and JSON files

9 lines (7 loc) 259 B
export const FILE_EXTENSIONS = { UML_FILE_TYPES: [".puml", ".txt"], }; export const EXPORT_TYPES = ["docx", "html"]; export const CONFIG_FILE = "sp.config.json"; export const PATH_FIGURES_FOLDER = "/assets/figures"; export const SOURCE_FOLDER_NAME = "src";