UNPKG

@progress/kendo-ui

Version:

This package is part of the [Kendo UI for jQuery](http://www.telerik.com/kendo-ui) suite.

20 lines (19 loc) 909 B
//#region ../src/kendo.pdfjs.loader.js const __meta__ = { id: "pdfjs.loader", name: "PDFJSLoader", category: "web", description: "Utility that enables pdfjsLib to be loaded from global scope", depends: [] }; const AnnotationEditorTypeMock = { DISABLE: -1, NONE: 0, FREETEXT: 3, HIGHLIGHT: 9, STAMP: 13, INK: 15 }; const { shadow, AnnotationEditorType, FeatureTest, setLayerDimensions, AnnotationEditorParamsType, PixelsPerInch, DOMSVGFactory, PDFDateString, Util, XfaLayer, getDocument, AnnotationMode, AbortException, TextLayer, fetchData, noContextMenu } = window.pdfjsLib || { AnnotationEditorType: AnnotationEditorTypeMock }; //#endregion export { AbortException, AnnotationEditorParamsType, AnnotationEditorType, AnnotationMode, DOMSVGFactory, FeatureTest, PDFDateString, PixelsPerInch, TextLayer, Util, XfaLayer, __meta__, fetchData, getDocument, noContextMenu, setLayerDimensions, shadow };