UNPKG

@npoci/pdfform

Version:

Modern PDF form renderer with HTML overlay fields - view, fill, and map PDF forms in the browser

6 lines (5 loc) 151 B
export interface RenderConfig { highlightColor: string; highlightColorFocus: string; } export declare const defaultRenderConfig: RenderConfig;