@embedpdf/pdfium
Version:
PDFium WebAssembly for the web platform. This package provides a powerful JavaScript interface to PDFium, enabling high-quality PDF rendering and manipulation directly in web applications.
4 lines (3 loc) • 332 B
TypeScript
import { type PdfiumModule, type WrappedPdfiumModule } from './base';
export type { PdfiumModule, PdfiumRuntimeMethods, Type, CWrappedFunc, NameToType, NamesToType, Functions, Wrapped, Methods, WrappedPdfiumModule, } from './base';
export declare function init(moduleOverrides: Partial<PdfiumModule>): Promise<WrappedPdfiumModule>;