@vue-pdf-viewer/shared 1.4.0-beta.0 → 1.4.0-beta.2
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.
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -193,8 +193,8 @@ export interface FreeTextOption extends AnnotationToolOption {
|
|
|
193
193
|
fontSizes?: number[];
|
|
194
194
|
}
|
|
195
195
|
export interface ImageOption extends AnnotationToolOption {
|
|
196
|
-
maxSize?: number;
|
|
197
|
-
|
|
196
|
+
maxSize?: number | string;
|
|
197
|
+
types?: ImageType[];
|
|
198
198
|
}
|
|
199
199
|
export declare enum ImageType {
|
|
200
200
|
jpeg = "image/jpeg",
|