UNPKG

@publiwrite/html-to-epub

Version:

A library to generate EPUB from HTML. Inspired by epub-gen.

3 lines (2 loc) 166 B
import { ProcessHtmlOptions } from "./interfaces.js"; export declare const processHtmlContent: (content: string, options: ProcessHtmlOptions, dir: string) => string;