UNPKG

@mdpdf/mdpdf

Version:

Convert Markdown to PDF using a self-contained Rust binary

6 lines (4 loc) 208 B
/* auto-generated by NAPI-RS */ /* eslint-disable */ export declare function markdownToPdf(markdown: string): Promise<Buffer>; export declare function markdownToTypstCode(markdown: string): Promise<string>;