@chialab/pdfjs-lib 1.0.0-alpha.13 → 1.0.0-alpha.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
1
  import type { SvgRoot } from './SvgCanvasContext';
2
- type Rect = [number, number, number, number];
3
- type Color = [number, number, number];
4
- type Dir = 'ltr' | 'rtl';
5
- declare enum BorderStyle {
2
+ export type Rect = [number, number, number, number];
3
+ export type Color = [number, number, number];
4
+ export type Dir = 'ltr' | 'rtl';
5
+ export declare enum BorderStyle {
6
6
  SOLID = 1,
7
7
  DASHED = 2
8
8
  }
9
- declare enum LineEnding {
9
+ export declare enum LineEnding {
10
10
  NONE = "None",
11
11
  SQUARE = "Square",
12
12
  CIRCLE = "Circle",
@@ -202,4 +202,3 @@ export declare function isTrapNetAnnotation(annotation: AnnotationData): annotat
202
202
  export declare function isWatermarkAnnotation(annotation: AnnotationData): annotation is WatermarkAnnotationData;
203
203
  export declare function isThreeDAnnotation(annotation: AnnotationData): annotation is ThreeDAnnotationData;
204
204
  export declare function isRedactAnnotation(annotation: AnnotationData): annotation is RedactAnnotationData;
205
- export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chialab/pdfjs-lib",
3
3
  "description": "A custom Mozilla's PDF.js build with better Node support and extras.",
4
- "version": "1.0.0-alpha.13",
4
+ "version": "1.0.0-alpha.14",
5
5
  "type": "module",
6
6
  "author": "Chialab <dev@chialab.it>",
7
7
  "license": "MIT",