@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.
5 lines (4 loc) • 382 B
TypeScript
import { type PdfiumModule, type WrappedPdfiumModule } from './base';
export type { PdfiumModule, PdfiumRuntimeMethods, Type, CWrappedFunc, NameToType, NamesToType, Functions, Wrapped, Methods, WrappedPdfiumModule, } from './base';
export { DEFAULT_PDFIUM_WASM_URL } from './base';
export declare function init(moduleOverrides: Partial<PdfiumModule>): Promise<WrappedPdfiumModule>;