@bluepic/embed 0.4.0-next.176 → 0.4.0-next.177
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/bluepic-embed.iife.js +129 -129
- package/dist/bluepic-embed.umd.js +129 -129
- package/dist/components/TemplateEditor/BxLiveTemplate.vue.d.ts +2 -0
- package/dist/components/TemplateEditor/BxTemplateEditor.vue.d.ts +44 -0
- package/dist/components/TemplateEditor/TemplateView.vue.d.ts +8 -0
- package/dist/embed/embed.d.ts +102 -0
- package/dist/main.cjs +80 -80
- package/dist/main.mjs +17793 -17715
- package/dist/style.css +1 -1
- package/dist/util/export.d.ts +14 -2
- package/dist/util/gallery.d.ts +7 -0
- package/package.json +2 -2
package/dist/embed/embed.d.ts
CHANGED
|
@@ -50,6 +50,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
50
50
|
readonly enforceServerSideRendering: boolean;
|
|
51
51
|
readonly enforceFallbackService: boolean;
|
|
52
52
|
readonly enforceVideoServerSideRendering: boolean;
|
|
53
|
+
readonly svgLoadWaitDelay?: number | undefined;
|
|
53
54
|
readonly liveViewOffsetDesktop?: {
|
|
54
55
|
top: number;
|
|
55
56
|
right: number;
|
|
@@ -127,6 +128,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
127
128
|
enforceServerSideRendering: boolean;
|
|
128
129
|
enforceFallbackService: boolean;
|
|
129
130
|
enforceVideoServerSideRendering: boolean;
|
|
131
|
+
svgLoadWaitDelay?: number;
|
|
130
132
|
liveViewOffsetDesktop?: {
|
|
131
133
|
top: number;
|
|
132
134
|
right: number;
|
|
@@ -242,6 +244,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
242
244
|
watermark: boolean;
|
|
243
245
|
resultType: "blob";
|
|
244
246
|
externalCanvas: HTMLCanvasElement | null;
|
|
247
|
+
svgLoadWaitDelay?: number;
|
|
245
248
|
}): Promise<Blob>;
|
|
246
249
|
(options: {
|
|
247
250
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -256,6 +259,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
256
259
|
watermark: boolean;
|
|
257
260
|
resultType: "canvas";
|
|
258
261
|
externalCanvas: HTMLCanvasElement | null;
|
|
262
|
+
svgLoadWaitDelay?: number;
|
|
259
263
|
}): Promise<HTMLCanvasElement>;
|
|
260
264
|
};
|
|
261
265
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -313,6 +317,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
313
317
|
watermark: boolean;
|
|
314
318
|
resultType: "blob";
|
|
315
319
|
externalCanvas: HTMLCanvasElement | null;
|
|
320
|
+
svgLoadWaitDelay?: number;
|
|
316
321
|
}): Promise<Blob>;
|
|
317
322
|
(options: {
|
|
318
323
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -327,6 +332,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
327
332
|
watermark: boolean;
|
|
328
333
|
resultType: "canvas";
|
|
329
334
|
externalCanvas: HTMLCanvasElement | null;
|
|
335
|
+
svgLoadWaitDelay?: number;
|
|
330
336
|
}): Promise<HTMLCanvasElement>;
|
|
331
337
|
};
|
|
332
338
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -369,6 +375,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
369
375
|
watermark: boolean;
|
|
370
376
|
resultType: "blob";
|
|
371
377
|
externalCanvas: HTMLCanvasElement | null;
|
|
378
|
+
svgLoadWaitDelay?: number;
|
|
372
379
|
}): Promise<Blob>;
|
|
373
380
|
(options: {
|
|
374
381
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -383,6 +390,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
383
390
|
watermark: boolean;
|
|
384
391
|
resultType: "canvas";
|
|
385
392
|
externalCanvas: HTMLCanvasElement | null;
|
|
393
|
+
svgLoadWaitDelay?: number;
|
|
386
394
|
}): Promise<HTMLCanvasElement>;
|
|
387
395
|
};
|
|
388
396
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -440,6 +448,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
440
448
|
watermark: boolean;
|
|
441
449
|
resultType: "blob";
|
|
442
450
|
externalCanvas: HTMLCanvasElement | null;
|
|
451
|
+
svgLoadWaitDelay?: number;
|
|
443
452
|
}): Promise<Blob>;
|
|
444
453
|
(options: {
|
|
445
454
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -454,6 +463,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
454
463
|
watermark: boolean;
|
|
455
464
|
resultType: "canvas";
|
|
456
465
|
externalCanvas: HTMLCanvasElement | null;
|
|
466
|
+
svgLoadWaitDelay?: number;
|
|
457
467
|
}): Promise<HTMLCanvasElement>;
|
|
458
468
|
};
|
|
459
469
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -966,6 +976,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
966
976
|
watermark: boolean;
|
|
967
977
|
resultType: "blob";
|
|
968
978
|
externalCanvas: HTMLCanvasElement | null;
|
|
979
|
+
svgLoadWaitDelay?: number;
|
|
969
980
|
}): Promise<Blob>;
|
|
970
981
|
(options: {
|
|
971
982
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -980,6 +991,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
980
991
|
watermark: boolean;
|
|
981
992
|
resultType: "canvas";
|
|
982
993
|
externalCanvas: HTMLCanvasElement | null;
|
|
994
|
+
svgLoadWaitDelay?: number;
|
|
983
995
|
}): Promise<HTMLCanvasElement>;
|
|
984
996
|
};
|
|
985
997
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -1037,6 +1049,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
1037
1049
|
watermark: boolean;
|
|
1038
1050
|
resultType: "blob";
|
|
1039
1051
|
externalCanvas: HTMLCanvasElement | null;
|
|
1052
|
+
svgLoadWaitDelay?: number;
|
|
1040
1053
|
}): Promise<Blob>;
|
|
1041
1054
|
(options: {
|
|
1042
1055
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -1051,6 +1064,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
1051
1064
|
watermark: boolean;
|
|
1052
1065
|
resultType: "canvas";
|
|
1053
1066
|
externalCanvas: HTMLCanvasElement | null;
|
|
1067
|
+
svgLoadWaitDelay?: number;
|
|
1054
1068
|
}): Promise<HTMLCanvasElement>;
|
|
1055
1069
|
};
|
|
1056
1070
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -1093,6 +1107,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
1093
1107
|
watermark: boolean;
|
|
1094
1108
|
resultType: "blob";
|
|
1095
1109
|
externalCanvas: HTMLCanvasElement | null;
|
|
1110
|
+
svgLoadWaitDelay?: number;
|
|
1096
1111
|
}): Promise<Blob>;
|
|
1097
1112
|
(options: {
|
|
1098
1113
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -1107,6 +1122,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
1107
1122
|
watermark: boolean;
|
|
1108
1123
|
resultType: "canvas";
|
|
1109
1124
|
externalCanvas: HTMLCanvasElement | null;
|
|
1125
|
+
svgLoadWaitDelay?: number;
|
|
1110
1126
|
}): Promise<HTMLCanvasElement>;
|
|
1111
1127
|
};
|
|
1112
1128
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -1164,6 +1180,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
1164
1180
|
watermark: boolean;
|
|
1165
1181
|
resultType: "blob";
|
|
1166
1182
|
externalCanvas: HTMLCanvasElement | null;
|
|
1183
|
+
svgLoadWaitDelay?: number;
|
|
1167
1184
|
}): Promise<Blob>;
|
|
1168
1185
|
(options: {
|
|
1169
1186
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -1178,6 +1195,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
1178
1195
|
watermark: boolean;
|
|
1179
1196
|
resultType: "canvas";
|
|
1180
1197
|
externalCanvas: HTMLCanvasElement | null;
|
|
1198
|
+
svgLoadWaitDelay?: number;
|
|
1181
1199
|
}): Promise<HTMLCanvasElement>;
|
|
1182
1200
|
};
|
|
1183
1201
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -1660,6 +1678,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
1660
1678
|
watermark: boolean;
|
|
1661
1679
|
resultType: "blob";
|
|
1662
1680
|
externalCanvas: HTMLCanvasElement | null;
|
|
1681
|
+
svgLoadWaitDelay?: number;
|
|
1663
1682
|
}): Promise<Blob>;
|
|
1664
1683
|
(options: {
|
|
1665
1684
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -1674,6 +1693,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
1674
1693
|
watermark: boolean;
|
|
1675
1694
|
resultType: "canvas";
|
|
1676
1695
|
externalCanvas: HTMLCanvasElement | null;
|
|
1696
|
+
svgLoadWaitDelay?: number;
|
|
1677
1697
|
}): Promise<HTMLCanvasElement>;
|
|
1678
1698
|
};
|
|
1679
1699
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -1731,6 +1751,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
1731
1751
|
watermark: boolean;
|
|
1732
1752
|
resultType: "blob";
|
|
1733
1753
|
externalCanvas: HTMLCanvasElement | null;
|
|
1754
|
+
svgLoadWaitDelay?: number;
|
|
1734
1755
|
}): Promise<Blob>;
|
|
1735
1756
|
(options: {
|
|
1736
1757
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -1745,6 +1766,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
1745
1766
|
watermark: boolean;
|
|
1746
1767
|
resultType: "canvas";
|
|
1747
1768
|
externalCanvas: HTMLCanvasElement | null;
|
|
1769
|
+
svgLoadWaitDelay?: number;
|
|
1748
1770
|
}): Promise<HTMLCanvasElement>;
|
|
1749
1771
|
};
|
|
1750
1772
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -1787,6 +1809,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
1787
1809
|
watermark: boolean;
|
|
1788
1810
|
resultType: "blob";
|
|
1789
1811
|
externalCanvas: HTMLCanvasElement | null;
|
|
1812
|
+
svgLoadWaitDelay?: number;
|
|
1790
1813
|
}): Promise<Blob>;
|
|
1791
1814
|
(options: {
|
|
1792
1815
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -1801,6 +1824,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
1801
1824
|
watermark: boolean;
|
|
1802
1825
|
resultType: "canvas";
|
|
1803
1826
|
externalCanvas: HTMLCanvasElement | null;
|
|
1827
|
+
svgLoadWaitDelay?: number;
|
|
1804
1828
|
}): Promise<HTMLCanvasElement>;
|
|
1805
1829
|
};
|
|
1806
1830
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -1858,6 +1882,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
1858
1882
|
watermark: boolean;
|
|
1859
1883
|
resultType: "blob";
|
|
1860
1884
|
externalCanvas: HTMLCanvasElement | null;
|
|
1885
|
+
svgLoadWaitDelay?: number;
|
|
1861
1886
|
}): Promise<Blob>;
|
|
1862
1887
|
(options: {
|
|
1863
1888
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -1872,6 +1897,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
1872
1897
|
watermark: boolean;
|
|
1873
1898
|
resultType: "canvas";
|
|
1874
1899
|
externalCanvas: HTMLCanvasElement | null;
|
|
1900
|
+
svgLoadWaitDelay?: number;
|
|
1875
1901
|
}): Promise<HTMLCanvasElement>;
|
|
1876
1902
|
};
|
|
1877
1903
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -2384,6 +2410,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
2384
2410
|
watermark: boolean;
|
|
2385
2411
|
resultType: "blob";
|
|
2386
2412
|
externalCanvas: HTMLCanvasElement | null;
|
|
2413
|
+
svgLoadWaitDelay?: number;
|
|
2387
2414
|
}): Promise<Blob>;
|
|
2388
2415
|
(options: {
|
|
2389
2416
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -2398,6 +2425,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
2398
2425
|
watermark: boolean;
|
|
2399
2426
|
resultType: "canvas";
|
|
2400
2427
|
externalCanvas: HTMLCanvasElement | null;
|
|
2428
|
+
svgLoadWaitDelay?: number;
|
|
2401
2429
|
}): Promise<HTMLCanvasElement>;
|
|
2402
2430
|
};
|
|
2403
2431
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -2455,6 +2483,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
2455
2483
|
watermark: boolean;
|
|
2456
2484
|
resultType: "blob";
|
|
2457
2485
|
externalCanvas: HTMLCanvasElement | null;
|
|
2486
|
+
svgLoadWaitDelay?: number;
|
|
2458
2487
|
}): Promise<Blob>;
|
|
2459
2488
|
(options: {
|
|
2460
2489
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -2469,6 +2498,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
2469
2498
|
watermark: boolean;
|
|
2470
2499
|
resultType: "canvas";
|
|
2471
2500
|
externalCanvas: HTMLCanvasElement | null;
|
|
2501
|
+
svgLoadWaitDelay?: number;
|
|
2472
2502
|
}): Promise<HTMLCanvasElement>;
|
|
2473
2503
|
};
|
|
2474
2504
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -2511,6 +2541,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
2511
2541
|
watermark: boolean;
|
|
2512
2542
|
resultType: "blob";
|
|
2513
2543
|
externalCanvas: HTMLCanvasElement | null;
|
|
2544
|
+
svgLoadWaitDelay?: number;
|
|
2514
2545
|
}): Promise<Blob>;
|
|
2515
2546
|
(options: {
|
|
2516
2547
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -2525,6 +2556,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
2525
2556
|
watermark: boolean;
|
|
2526
2557
|
resultType: "canvas";
|
|
2527
2558
|
externalCanvas: HTMLCanvasElement | null;
|
|
2559
|
+
svgLoadWaitDelay?: number;
|
|
2528
2560
|
}): Promise<HTMLCanvasElement>;
|
|
2529
2561
|
};
|
|
2530
2562
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -2582,6 +2614,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
2582
2614
|
watermark: boolean;
|
|
2583
2615
|
resultType: "blob";
|
|
2584
2616
|
externalCanvas: HTMLCanvasElement | null;
|
|
2617
|
+
svgLoadWaitDelay?: number;
|
|
2585
2618
|
}): Promise<Blob>;
|
|
2586
2619
|
(options: {
|
|
2587
2620
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -2596,6 +2629,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
2596
2629
|
watermark: boolean;
|
|
2597
2630
|
resultType: "canvas";
|
|
2598
2631
|
externalCanvas: HTMLCanvasElement | null;
|
|
2632
|
+
svgLoadWaitDelay?: number;
|
|
2599
2633
|
}): Promise<HTMLCanvasElement>;
|
|
2600
2634
|
};
|
|
2601
2635
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -3088,6 +3122,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
3088
3122
|
enforceServerSideRendering: boolean;
|
|
3089
3123
|
enforceFallbackService: boolean;
|
|
3090
3124
|
enforceVideoServerSideRendering: boolean;
|
|
3125
|
+
svgLoadWaitDelay?: number;
|
|
3091
3126
|
liveViewOffsetDesktop?: {
|
|
3092
3127
|
top: number;
|
|
3093
3128
|
right: number;
|
|
@@ -3203,6 +3238,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
3203
3238
|
watermark: boolean;
|
|
3204
3239
|
resultType: "blob";
|
|
3205
3240
|
externalCanvas: HTMLCanvasElement | null;
|
|
3241
|
+
svgLoadWaitDelay?: number;
|
|
3206
3242
|
}): Promise<Blob>;
|
|
3207
3243
|
(options: {
|
|
3208
3244
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -3217,6 +3253,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
3217
3253
|
watermark: boolean;
|
|
3218
3254
|
resultType: "canvas";
|
|
3219
3255
|
externalCanvas: HTMLCanvasElement | null;
|
|
3256
|
+
svgLoadWaitDelay?: number;
|
|
3220
3257
|
}): Promise<HTMLCanvasElement>;
|
|
3221
3258
|
};
|
|
3222
3259
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -3274,6 +3311,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
3274
3311
|
watermark: boolean;
|
|
3275
3312
|
resultType: "blob";
|
|
3276
3313
|
externalCanvas: HTMLCanvasElement | null;
|
|
3314
|
+
svgLoadWaitDelay?: number;
|
|
3277
3315
|
}): Promise<Blob>;
|
|
3278
3316
|
(options: {
|
|
3279
3317
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -3288,6 +3326,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
3288
3326
|
watermark: boolean;
|
|
3289
3327
|
resultType: "canvas";
|
|
3290
3328
|
externalCanvas: HTMLCanvasElement | null;
|
|
3329
|
+
svgLoadWaitDelay?: number;
|
|
3291
3330
|
}): Promise<HTMLCanvasElement>;
|
|
3292
3331
|
};
|
|
3293
3332
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -3330,6 +3369,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
3330
3369
|
watermark: boolean;
|
|
3331
3370
|
resultType: "blob";
|
|
3332
3371
|
externalCanvas: HTMLCanvasElement | null;
|
|
3372
|
+
svgLoadWaitDelay?: number;
|
|
3333
3373
|
}): Promise<Blob>;
|
|
3334
3374
|
(options: {
|
|
3335
3375
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -3344,6 +3384,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
3344
3384
|
watermark: boolean;
|
|
3345
3385
|
resultType: "canvas";
|
|
3346
3386
|
externalCanvas: HTMLCanvasElement | null;
|
|
3387
|
+
svgLoadWaitDelay?: number;
|
|
3347
3388
|
}): Promise<HTMLCanvasElement>;
|
|
3348
3389
|
};
|
|
3349
3390
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -3401,6 +3442,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
3401
3442
|
watermark: boolean;
|
|
3402
3443
|
resultType: "blob";
|
|
3403
3444
|
externalCanvas: HTMLCanvasElement | null;
|
|
3445
|
+
svgLoadWaitDelay?: number;
|
|
3404
3446
|
}): Promise<Blob>;
|
|
3405
3447
|
(options: {
|
|
3406
3448
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -3415,6 +3457,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
3415
3457
|
watermark: boolean;
|
|
3416
3458
|
resultType: "canvas";
|
|
3417
3459
|
externalCanvas: HTMLCanvasElement | null;
|
|
3460
|
+
svgLoadWaitDelay?: number;
|
|
3418
3461
|
}): Promise<HTMLCanvasElement>;
|
|
3419
3462
|
};
|
|
3420
3463
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -3927,6 +3970,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
3927
3970
|
watermark: boolean;
|
|
3928
3971
|
resultType: "blob";
|
|
3929
3972
|
externalCanvas: HTMLCanvasElement | null;
|
|
3973
|
+
svgLoadWaitDelay?: number;
|
|
3930
3974
|
}): Promise<Blob>;
|
|
3931
3975
|
(options: {
|
|
3932
3976
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -3941,6 +3985,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
3941
3985
|
watermark: boolean;
|
|
3942
3986
|
resultType: "canvas";
|
|
3943
3987
|
externalCanvas: HTMLCanvasElement | null;
|
|
3988
|
+
svgLoadWaitDelay?: number;
|
|
3944
3989
|
}): Promise<HTMLCanvasElement>;
|
|
3945
3990
|
};
|
|
3946
3991
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -3998,6 +4043,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
3998
4043
|
watermark: boolean;
|
|
3999
4044
|
resultType: "blob";
|
|
4000
4045
|
externalCanvas: HTMLCanvasElement | null;
|
|
4046
|
+
svgLoadWaitDelay?: number;
|
|
4001
4047
|
}): Promise<Blob>;
|
|
4002
4048
|
(options: {
|
|
4003
4049
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -4012,6 +4058,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
4012
4058
|
watermark: boolean;
|
|
4013
4059
|
resultType: "canvas";
|
|
4014
4060
|
externalCanvas: HTMLCanvasElement | null;
|
|
4061
|
+
svgLoadWaitDelay?: number;
|
|
4015
4062
|
}): Promise<HTMLCanvasElement>;
|
|
4016
4063
|
};
|
|
4017
4064
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -4054,6 +4101,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
4054
4101
|
watermark: boolean;
|
|
4055
4102
|
resultType: "blob";
|
|
4056
4103
|
externalCanvas: HTMLCanvasElement | null;
|
|
4104
|
+
svgLoadWaitDelay?: number;
|
|
4057
4105
|
}): Promise<Blob>;
|
|
4058
4106
|
(options: {
|
|
4059
4107
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -4068,6 +4116,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
4068
4116
|
watermark: boolean;
|
|
4069
4117
|
resultType: "canvas";
|
|
4070
4118
|
externalCanvas: HTMLCanvasElement | null;
|
|
4119
|
+
svgLoadWaitDelay?: number;
|
|
4071
4120
|
}): Promise<HTMLCanvasElement>;
|
|
4072
4121
|
};
|
|
4073
4122
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -4125,6 +4174,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
4125
4174
|
watermark: boolean;
|
|
4126
4175
|
resultType: "blob";
|
|
4127
4176
|
externalCanvas: HTMLCanvasElement | null;
|
|
4177
|
+
svgLoadWaitDelay?: number;
|
|
4128
4178
|
}): Promise<Blob>;
|
|
4129
4179
|
(options: {
|
|
4130
4180
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -4139,6 +4189,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
4139
4189
|
watermark: boolean;
|
|
4140
4190
|
resultType: "canvas";
|
|
4141
4191
|
externalCanvas: HTMLCanvasElement | null;
|
|
4192
|
+
svgLoadWaitDelay?: number;
|
|
4142
4193
|
}): Promise<HTMLCanvasElement>;
|
|
4143
4194
|
};
|
|
4144
4195
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -4581,6 +4632,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
4581
4632
|
readonly enforceServerSideRendering: boolean;
|
|
4582
4633
|
readonly enforceFallbackService: boolean;
|
|
4583
4634
|
readonly enforceVideoServerSideRendering: boolean;
|
|
4635
|
+
readonly svgLoadWaitDelay?: number | undefined;
|
|
4584
4636
|
readonly liveViewOffsetDesktop?: {
|
|
4585
4637
|
top: number;
|
|
4586
4638
|
right: number;
|
|
@@ -4658,6 +4710,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
4658
4710
|
enforceServerSideRendering: boolean;
|
|
4659
4711
|
enforceFallbackService: boolean;
|
|
4660
4712
|
enforceVideoServerSideRendering: boolean;
|
|
4713
|
+
svgLoadWaitDelay?: number;
|
|
4661
4714
|
liveViewOffsetDesktop?: {
|
|
4662
4715
|
top: number;
|
|
4663
4716
|
right: number;
|
|
@@ -4773,6 +4826,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
4773
4826
|
watermark: boolean;
|
|
4774
4827
|
resultType: "blob";
|
|
4775
4828
|
externalCanvas: HTMLCanvasElement | null;
|
|
4829
|
+
svgLoadWaitDelay?: number;
|
|
4776
4830
|
}): Promise<Blob>;
|
|
4777
4831
|
(options: {
|
|
4778
4832
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -4787,6 +4841,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
4787
4841
|
watermark: boolean;
|
|
4788
4842
|
resultType: "canvas";
|
|
4789
4843
|
externalCanvas: HTMLCanvasElement | null;
|
|
4844
|
+
svgLoadWaitDelay?: number;
|
|
4790
4845
|
}): Promise<HTMLCanvasElement>;
|
|
4791
4846
|
};
|
|
4792
4847
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -4844,6 +4899,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
4844
4899
|
watermark: boolean;
|
|
4845
4900
|
resultType: "blob";
|
|
4846
4901
|
externalCanvas: HTMLCanvasElement | null;
|
|
4902
|
+
svgLoadWaitDelay?: number;
|
|
4847
4903
|
}): Promise<Blob>;
|
|
4848
4904
|
(options: {
|
|
4849
4905
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -4858,6 +4914,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
4858
4914
|
watermark: boolean;
|
|
4859
4915
|
resultType: "canvas";
|
|
4860
4916
|
externalCanvas: HTMLCanvasElement | null;
|
|
4917
|
+
svgLoadWaitDelay?: number;
|
|
4861
4918
|
}): Promise<HTMLCanvasElement>;
|
|
4862
4919
|
};
|
|
4863
4920
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -4900,6 +4957,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
4900
4957
|
watermark: boolean;
|
|
4901
4958
|
resultType: "blob";
|
|
4902
4959
|
externalCanvas: HTMLCanvasElement | null;
|
|
4960
|
+
svgLoadWaitDelay?: number;
|
|
4903
4961
|
}): Promise<Blob>;
|
|
4904
4962
|
(options: {
|
|
4905
4963
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -4914,6 +4972,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
4914
4972
|
watermark: boolean;
|
|
4915
4973
|
resultType: "canvas";
|
|
4916
4974
|
externalCanvas: HTMLCanvasElement | null;
|
|
4975
|
+
svgLoadWaitDelay?: number;
|
|
4917
4976
|
}): Promise<HTMLCanvasElement>;
|
|
4918
4977
|
};
|
|
4919
4978
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -4971,6 +5030,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
4971
5030
|
watermark: boolean;
|
|
4972
5031
|
resultType: "blob";
|
|
4973
5032
|
externalCanvas: HTMLCanvasElement | null;
|
|
5033
|
+
svgLoadWaitDelay?: number;
|
|
4974
5034
|
}): Promise<Blob>;
|
|
4975
5035
|
(options: {
|
|
4976
5036
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -4985,6 +5045,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
4985
5045
|
watermark: boolean;
|
|
4986
5046
|
resultType: "canvas";
|
|
4987
5047
|
externalCanvas: HTMLCanvasElement | null;
|
|
5048
|
+
svgLoadWaitDelay?: number;
|
|
4988
5049
|
}): Promise<HTMLCanvasElement>;
|
|
4989
5050
|
};
|
|
4990
5051
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -5497,6 +5558,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
5497
5558
|
watermark: boolean;
|
|
5498
5559
|
resultType: "blob";
|
|
5499
5560
|
externalCanvas: HTMLCanvasElement | null;
|
|
5561
|
+
svgLoadWaitDelay?: number;
|
|
5500
5562
|
}): Promise<Blob>;
|
|
5501
5563
|
(options: {
|
|
5502
5564
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -5511,6 +5573,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
5511
5573
|
watermark: boolean;
|
|
5512
5574
|
resultType: "canvas";
|
|
5513
5575
|
externalCanvas: HTMLCanvasElement | null;
|
|
5576
|
+
svgLoadWaitDelay?: number;
|
|
5514
5577
|
}): Promise<HTMLCanvasElement>;
|
|
5515
5578
|
};
|
|
5516
5579
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -5568,6 +5631,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
5568
5631
|
watermark: boolean;
|
|
5569
5632
|
resultType: "blob";
|
|
5570
5633
|
externalCanvas: HTMLCanvasElement | null;
|
|
5634
|
+
svgLoadWaitDelay?: number;
|
|
5571
5635
|
}): Promise<Blob>;
|
|
5572
5636
|
(options: {
|
|
5573
5637
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -5582,6 +5646,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
5582
5646
|
watermark: boolean;
|
|
5583
5647
|
resultType: "canvas";
|
|
5584
5648
|
externalCanvas: HTMLCanvasElement | null;
|
|
5649
|
+
svgLoadWaitDelay?: number;
|
|
5585
5650
|
}): Promise<HTMLCanvasElement>;
|
|
5586
5651
|
};
|
|
5587
5652
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -5624,6 +5689,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
5624
5689
|
watermark: boolean;
|
|
5625
5690
|
resultType: "blob";
|
|
5626
5691
|
externalCanvas: HTMLCanvasElement | null;
|
|
5692
|
+
svgLoadWaitDelay?: number;
|
|
5627
5693
|
}): Promise<Blob>;
|
|
5628
5694
|
(options: {
|
|
5629
5695
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -5638,6 +5704,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
5638
5704
|
watermark: boolean;
|
|
5639
5705
|
resultType: "canvas";
|
|
5640
5706
|
externalCanvas: HTMLCanvasElement | null;
|
|
5707
|
+
svgLoadWaitDelay?: number;
|
|
5641
5708
|
}): Promise<HTMLCanvasElement>;
|
|
5642
5709
|
};
|
|
5643
5710
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -5695,6 +5762,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
5695
5762
|
watermark: boolean;
|
|
5696
5763
|
resultType: "blob";
|
|
5697
5764
|
externalCanvas: HTMLCanvasElement | null;
|
|
5765
|
+
svgLoadWaitDelay?: number;
|
|
5698
5766
|
}): Promise<Blob>;
|
|
5699
5767
|
(options: {
|
|
5700
5768
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -5709,6 +5777,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
5709
5777
|
watermark: boolean;
|
|
5710
5778
|
resultType: "canvas";
|
|
5711
5779
|
externalCanvas: HTMLCanvasElement | null;
|
|
5780
|
+
svgLoadWaitDelay?: number;
|
|
5712
5781
|
}): Promise<HTMLCanvasElement>;
|
|
5713
5782
|
};
|
|
5714
5783
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -6191,6 +6260,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
6191
6260
|
watermark: boolean;
|
|
6192
6261
|
resultType: "blob";
|
|
6193
6262
|
externalCanvas: HTMLCanvasElement | null;
|
|
6263
|
+
svgLoadWaitDelay?: number;
|
|
6194
6264
|
}): Promise<Blob>;
|
|
6195
6265
|
(options: {
|
|
6196
6266
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -6205,6 +6275,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
6205
6275
|
watermark: boolean;
|
|
6206
6276
|
resultType: "canvas";
|
|
6207
6277
|
externalCanvas: HTMLCanvasElement | null;
|
|
6278
|
+
svgLoadWaitDelay?: number;
|
|
6208
6279
|
}): Promise<HTMLCanvasElement>;
|
|
6209
6280
|
};
|
|
6210
6281
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -6262,6 +6333,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
6262
6333
|
watermark: boolean;
|
|
6263
6334
|
resultType: "blob";
|
|
6264
6335
|
externalCanvas: HTMLCanvasElement | null;
|
|
6336
|
+
svgLoadWaitDelay?: number;
|
|
6265
6337
|
}): Promise<Blob>;
|
|
6266
6338
|
(options: {
|
|
6267
6339
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -6276,6 +6348,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
6276
6348
|
watermark: boolean;
|
|
6277
6349
|
resultType: "canvas";
|
|
6278
6350
|
externalCanvas: HTMLCanvasElement | null;
|
|
6351
|
+
svgLoadWaitDelay?: number;
|
|
6279
6352
|
}): Promise<HTMLCanvasElement>;
|
|
6280
6353
|
};
|
|
6281
6354
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -6318,6 +6391,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
6318
6391
|
watermark: boolean;
|
|
6319
6392
|
resultType: "blob";
|
|
6320
6393
|
externalCanvas: HTMLCanvasElement | null;
|
|
6394
|
+
svgLoadWaitDelay?: number;
|
|
6321
6395
|
}): Promise<Blob>;
|
|
6322
6396
|
(options: {
|
|
6323
6397
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -6332,6 +6406,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
6332
6406
|
watermark: boolean;
|
|
6333
6407
|
resultType: "canvas";
|
|
6334
6408
|
externalCanvas: HTMLCanvasElement | null;
|
|
6409
|
+
svgLoadWaitDelay?: number;
|
|
6335
6410
|
}): Promise<HTMLCanvasElement>;
|
|
6336
6411
|
};
|
|
6337
6412
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -6389,6 +6464,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
6389
6464
|
watermark: boolean;
|
|
6390
6465
|
resultType: "blob";
|
|
6391
6466
|
externalCanvas: HTMLCanvasElement | null;
|
|
6467
|
+
svgLoadWaitDelay?: number;
|
|
6392
6468
|
}): Promise<Blob>;
|
|
6393
6469
|
(options: {
|
|
6394
6470
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -6403,6 +6479,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
6403
6479
|
watermark: boolean;
|
|
6404
6480
|
resultType: "canvas";
|
|
6405
6481
|
externalCanvas: HTMLCanvasElement | null;
|
|
6482
|
+
svgLoadWaitDelay?: number;
|
|
6406
6483
|
}): Promise<HTMLCanvasElement>;
|
|
6407
6484
|
};
|
|
6408
6485
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -6915,6 +6992,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
6915
6992
|
watermark: boolean;
|
|
6916
6993
|
resultType: "blob";
|
|
6917
6994
|
externalCanvas: HTMLCanvasElement | null;
|
|
6995
|
+
svgLoadWaitDelay?: number;
|
|
6918
6996
|
}): Promise<Blob>;
|
|
6919
6997
|
(options: {
|
|
6920
6998
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -6929,6 +7007,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
6929
7007
|
watermark: boolean;
|
|
6930
7008
|
resultType: "canvas";
|
|
6931
7009
|
externalCanvas: HTMLCanvasElement | null;
|
|
7010
|
+
svgLoadWaitDelay?: number;
|
|
6932
7011
|
}): Promise<HTMLCanvasElement>;
|
|
6933
7012
|
};
|
|
6934
7013
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -6986,6 +7065,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
6986
7065
|
watermark: boolean;
|
|
6987
7066
|
resultType: "blob";
|
|
6988
7067
|
externalCanvas: HTMLCanvasElement | null;
|
|
7068
|
+
svgLoadWaitDelay?: number;
|
|
6989
7069
|
}): Promise<Blob>;
|
|
6990
7070
|
(options: {
|
|
6991
7071
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -7000,6 +7080,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
7000
7080
|
watermark: boolean;
|
|
7001
7081
|
resultType: "canvas";
|
|
7002
7082
|
externalCanvas: HTMLCanvasElement | null;
|
|
7083
|
+
svgLoadWaitDelay?: number;
|
|
7003
7084
|
}): Promise<HTMLCanvasElement>;
|
|
7004
7085
|
};
|
|
7005
7086
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -7042,6 +7123,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
7042
7123
|
watermark: boolean;
|
|
7043
7124
|
resultType: "blob";
|
|
7044
7125
|
externalCanvas: HTMLCanvasElement | null;
|
|
7126
|
+
svgLoadWaitDelay?: number;
|
|
7045
7127
|
}): Promise<Blob>;
|
|
7046
7128
|
(options: {
|
|
7047
7129
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -7056,6 +7138,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
7056
7138
|
watermark: boolean;
|
|
7057
7139
|
resultType: "canvas";
|
|
7058
7140
|
externalCanvas: HTMLCanvasElement | null;
|
|
7141
|
+
svgLoadWaitDelay?: number;
|
|
7059
7142
|
}): Promise<HTMLCanvasElement>;
|
|
7060
7143
|
};
|
|
7061
7144
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -7113,6 +7196,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
7113
7196
|
watermark: boolean;
|
|
7114
7197
|
resultType: "blob";
|
|
7115
7198
|
externalCanvas: HTMLCanvasElement | null;
|
|
7199
|
+
svgLoadWaitDelay?: number;
|
|
7116
7200
|
}): Promise<Blob>;
|
|
7117
7201
|
(options: {
|
|
7118
7202
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -7127,6 +7211,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
7127
7211
|
watermark: boolean;
|
|
7128
7212
|
resultType: "canvas";
|
|
7129
7213
|
externalCanvas: HTMLCanvasElement | null;
|
|
7214
|
+
svgLoadWaitDelay?: number;
|
|
7130
7215
|
}): Promise<HTMLCanvasElement>;
|
|
7131
7216
|
};
|
|
7132
7217
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -7619,6 +7704,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
7619
7704
|
enforceServerSideRendering: boolean;
|
|
7620
7705
|
enforceFallbackService: boolean;
|
|
7621
7706
|
enforceVideoServerSideRendering: boolean;
|
|
7707
|
+
svgLoadWaitDelay?: number;
|
|
7622
7708
|
liveViewOffsetDesktop?: {
|
|
7623
7709
|
top: number;
|
|
7624
7710
|
right: number;
|
|
@@ -7734,6 +7820,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
7734
7820
|
watermark: boolean;
|
|
7735
7821
|
resultType: "blob";
|
|
7736
7822
|
externalCanvas: HTMLCanvasElement | null;
|
|
7823
|
+
svgLoadWaitDelay?: number;
|
|
7737
7824
|
}): Promise<Blob>;
|
|
7738
7825
|
(options: {
|
|
7739
7826
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -7748,6 +7835,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
7748
7835
|
watermark: boolean;
|
|
7749
7836
|
resultType: "canvas";
|
|
7750
7837
|
externalCanvas: HTMLCanvasElement | null;
|
|
7838
|
+
svgLoadWaitDelay?: number;
|
|
7751
7839
|
}): Promise<HTMLCanvasElement>;
|
|
7752
7840
|
};
|
|
7753
7841
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -7805,6 +7893,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
7805
7893
|
watermark: boolean;
|
|
7806
7894
|
resultType: "blob";
|
|
7807
7895
|
externalCanvas: HTMLCanvasElement | null;
|
|
7896
|
+
svgLoadWaitDelay?: number;
|
|
7808
7897
|
}): Promise<Blob>;
|
|
7809
7898
|
(options: {
|
|
7810
7899
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -7819,6 +7908,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
7819
7908
|
watermark: boolean;
|
|
7820
7909
|
resultType: "canvas";
|
|
7821
7910
|
externalCanvas: HTMLCanvasElement | null;
|
|
7911
|
+
svgLoadWaitDelay?: number;
|
|
7822
7912
|
}): Promise<HTMLCanvasElement>;
|
|
7823
7913
|
};
|
|
7824
7914
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -7861,6 +7951,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
7861
7951
|
watermark: boolean;
|
|
7862
7952
|
resultType: "blob";
|
|
7863
7953
|
externalCanvas: HTMLCanvasElement | null;
|
|
7954
|
+
svgLoadWaitDelay?: number;
|
|
7864
7955
|
}): Promise<Blob>;
|
|
7865
7956
|
(options: {
|
|
7866
7957
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -7875,6 +7966,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
7875
7966
|
watermark: boolean;
|
|
7876
7967
|
resultType: "canvas";
|
|
7877
7968
|
externalCanvas: HTMLCanvasElement | null;
|
|
7969
|
+
svgLoadWaitDelay?: number;
|
|
7878
7970
|
}): Promise<HTMLCanvasElement>;
|
|
7879
7971
|
};
|
|
7880
7972
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -7932,6 +8024,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
7932
8024
|
watermark: boolean;
|
|
7933
8025
|
resultType: "blob";
|
|
7934
8026
|
externalCanvas: HTMLCanvasElement | null;
|
|
8027
|
+
svgLoadWaitDelay?: number;
|
|
7935
8028
|
}): Promise<Blob>;
|
|
7936
8029
|
(options: {
|
|
7937
8030
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -7946,6 +8039,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
7946
8039
|
watermark: boolean;
|
|
7947
8040
|
resultType: "canvas";
|
|
7948
8041
|
externalCanvas: HTMLCanvasElement | null;
|
|
8042
|
+
svgLoadWaitDelay?: number;
|
|
7949
8043
|
}): Promise<HTMLCanvasElement>;
|
|
7950
8044
|
};
|
|
7951
8045
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -8458,6 +8552,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
8458
8552
|
watermark: boolean;
|
|
8459
8553
|
resultType: "blob";
|
|
8460
8554
|
externalCanvas: HTMLCanvasElement | null;
|
|
8555
|
+
svgLoadWaitDelay?: number;
|
|
8461
8556
|
}): Promise<Blob>;
|
|
8462
8557
|
(options: {
|
|
8463
8558
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -8472,6 +8567,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
8472
8567
|
watermark: boolean;
|
|
8473
8568
|
resultType: "canvas";
|
|
8474
8569
|
externalCanvas: HTMLCanvasElement | null;
|
|
8570
|
+
svgLoadWaitDelay?: number;
|
|
8475
8571
|
}): Promise<HTMLCanvasElement>;
|
|
8476
8572
|
};
|
|
8477
8573
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -8529,6 +8625,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
8529
8625
|
watermark: boolean;
|
|
8530
8626
|
resultType: "blob";
|
|
8531
8627
|
externalCanvas: HTMLCanvasElement | null;
|
|
8628
|
+
svgLoadWaitDelay?: number;
|
|
8532
8629
|
}): Promise<Blob>;
|
|
8533
8630
|
(options: {
|
|
8534
8631
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -8543,6 +8640,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
8543
8640
|
watermark: boolean;
|
|
8544
8641
|
resultType: "canvas";
|
|
8545
8642
|
externalCanvas: HTMLCanvasElement | null;
|
|
8643
|
+
svgLoadWaitDelay?: number;
|
|
8546
8644
|
}): Promise<HTMLCanvasElement>;
|
|
8547
8645
|
};
|
|
8548
8646
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -8585,6 +8683,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
8585
8683
|
watermark: boolean;
|
|
8586
8684
|
resultType: "blob";
|
|
8587
8685
|
externalCanvas: HTMLCanvasElement | null;
|
|
8686
|
+
svgLoadWaitDelay?: number;
|
|
8588
8687
|
}): Promise<Blob>;
|
|
8589
8688
|
(options: {
|
|
8590
8689
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -8599,6 +8698,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
8599
8698
|
watermark: boolean;
|
|
8600
8699
|
resultType: "canvas";
|
|
8601
8700
|
externalCanvas: HTMLCanvasElement | null;
|
|
8701
|
+
svgLoadWaitDelay?: number;
|
|
8602
8702
|
}): Promise<HTMLCanvasElement>;
|
|
8603
8703
|
};
|
|
8604
8704
|
aspectRatio: import("vue").ComputedRef<number>;
|
|
@@ -8656,6 +8756,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
8656
8756
|
watermark: boolean;
|
|
8657
8757
|
resultType: "blob";
|
|
8658
8758
|
externalCanvas: HTMLCanvasElement | null;
|
|
8759
|
+
svgLoadWaitDelay?: number;
|
|
8659
8760
|
}): Promise<Blob>;
|
|
8660
8761
|
(options: {
|
|
8661
8762
|
type: "image/png" | "image/jpeg" | "image/jpge" | "image/webp";
|
|
@@ -8670,6 +8771,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
8670
8771
|
watermark: boolean;
|
|
8671
8772
|
resultType: "canvas";
|
|
8672
8773
|
externalCanvas: HTMLCanvasElement | null;
|
|
8774
|
+
svgLoadWaitDelay?: number;
|
|
8673
8775
|
}): Promise<HTMLCanvasElement>;
|
|
8674
8776
|
};
|
|
8675
8777
|
aspectRatio: import("vue").ComputedRef<number>;
|