UNPKG

@pdftron/webviewer-html

Version:

This is an addon for WebViewer that allows loading HTML web pages so that they can be annotated.

8 lines (7 loc) 203 B
export declare enum LicenseType { INVALID = "Invalid", HTML = "HTML", WEBVIEWER = "WebViewer" } declare const _default: (licenseKey: string) => Promise<LicenseType>; export default _default;