UNPKG

mume-with-litvis

Version:

Fork of mume with added http://litvis.org/

7 lines (6 loc) 353 B
/// <reference types="cheerio" /> import { MarkdownEngineConfig } from "../markdown-engine-config"; /** * Embed local images. Load the image file and display it in base64 format */ export default function enhance($: CheerioStatic, options: MarkdownEngineConfig, resolveFilePath: (path: string, useRelativeFilePath: boolean) => string): Promise<void>;