@marcusumn/html2pdf.js 0.1.0

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.
@@ -0,0 +1,2115 @@
1
+ /*!
2
+ * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
3
+ * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
4
+ * Released under MIT License
5
+ */
6
+
7
+ /*!
8
+ * html2pdf.js v0.12.1
9
+ * Copyright (c) 2026 Erik Koopmans
10
+ * Released under the MIT License.
11
+ */
12
+
13
+ /*! *****************************************************************************
14
+ Copyright (c) Microsoft Corporation.
15
+
16
+ Permission to use, copy, modify, and/or distribute this software for any
17
+ purpose with or without fee is hereby granted.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
20
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
21
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
22
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
23
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
24
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
25
+ PERFORMANCE OF THIS SOFTWARE.
26
+ ***************************************************************************** */
27
+
28
+ /*! *****************************************************************************
29
+ Copyright (c) Microsoft Corporation.
30
+
31
+ Permission to use, copy, modify, and/or distribute this software for any
32
+ purpose with or without fee is hereby granted.
33
+
34
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
35
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
36
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
37
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
38
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
39
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
40
+ PERFORMANCE OF THIS SOFTWARE.
41
+ ***************************************************************************** */
42
+
43
+ /*! ../internals/a-callable */
44
+
45
+ /*! ../internals/a-constructor */
46
+
47
+ /*! ../internals/a-possible-prototype */
48
+
49
+ /*! ../internals/a-set */
50
+
51
+ /*! ../internals/add-to-unscopables */
52
+
53
+ /*! ../internals/advance-string-index */
54
+
55
+ /*! ../internals/an-instance */
56
+
57
+ /*! ../internals/an-object */
58
+
59
+ /*! ../internals/array-buffer-non-extensible */
60
+
61
+ /*! ../internals/array-for-each */
62
+
63
+ /*! ../internals/array-from */
64
+
65
+ /*! ../internals/array-includes */
66
+
67
+ /*! ../internals/array-iteration */
68
+
69
+ /*! ../internals/array-method-has-species-support */
70
+
71
+ /*! ../internals/array-method-is-strict */
72
+
73
+ /*! ../internals/array-reduce */
74
+
75
+ /*! ../internals/array-slice */
76
+
77
+ /*! ../internals/array-species-constructor */
78
+
79
+ /*! ../internals/array-species-create */
80
+
81
+ /*! ../internals/call-with-safe-iteration-closing */
82
+
83
+ /*! ../internals/check-correctness-of-iteration */
84
+
85
+ /*! ../internals/classof */
86
+
87
+ /*! ../internals/classof-raw */
88
+
89
+ /*! ../internals/collection */
90
+
91
+ /*! ../internals/collection-strong */
92
+
93
+ /*! ../internals/copy-constructor-properties */
94
+
95
+ /*! ../internals/correct-is-regexp-logic */
96
+
97
+ /*! ../internals/correct-prototype-getter */
98
+
99
+ /*! ../internals/create-html */
100
+
101
+ /*! ../internals/create-iter-result-object */
102
+
103
+ /*! ../internals/create-non-enumerable-property */
104
+
105
+ /*! ../internals/create-property */
106
+
107
+ /*! ../internals/create-property-descriptor */
108
+
109
+ /*! ../internals/define-built-in */
110
+
111
+ /*! ../internals/define-built-in-accessor */
112
+
113
+ /*! ../internals/define-built-ins */
114
+
115
+ /*! ../internals/define-global-property */
116
+
117
+ /*! ../internals/descriptors */
118
+
119
+ /*! ../internals/document-create-element */
120
+
121
+ /*! ../internals/does-not-exceed-safe-integer */
122
+
123
+ /*! ../internals/dom-iterables */
124
+
125
+ /*! ../internals/dom-token-list-prototype */
126
+
127
+ /*! ../internals/enum-bug-keys */
128
+
129
+ /*! ../internals/environment */
130
+
131
+ /*! ../internals/environment-is-ios */
132
+
133
+ /*! ../internals/environment-is-ios-pebble */
134
+
135
+ /*! ../internals/environment-is-node */
136
+
137
+ /*! ../internals/environment-is-webos-webkit */
138
+
139
+ /*! ../internals/environment-user-agent */
140
+
141
+ /*! ../internals/environment-v8-version */
142
+
143
+ /*! ../internals/export */
144
+
145
+ /*! ../internals/fails */
146
+
147
+ /*! ../internals/fix-regexp-well-known-symbol-logic */
148
+
149
+ /*! ../internals/freezing */
150
+
151
+ /*! ../internals/function-apply */
152
+
153
+ /*! ../internals/function-bind-context */
154
+
155
+ /*! ../internals/function-bind-native */
156
+
157
+ /*! ../internals/function-call */
158
+
159
+ /*! ../internals/function-name */
160
+
161
+ /*! ../internals/function-uncurry-this */
162
+
163
+ /*! ../internals/function-uncurry-this-accessor */
164
+
165
+ /*! ../internals/function-uncurry-this-clause */
166
+
167
+ /*! ../internals/get-built-in */
168
+
169
+ /*! ../internals/get-iterator */
170
+
171
+ /*! ../internals/get-iterator-direct */
172
+
173
+ /*! ../internals/get-iterator-method */
174
+
175
+ /*! ../internals/get-method */
176
+
177
+ /*! ../internals/get-set-record */
178
+
179
+ /*! ../internals/get-substitution */
180
+
181
+ /*! ../internals/global-this */
182
+
183
+ /*! ../internals/has-own-property */
184
+
185
+ /*! ../internals/hidden-keys */
186
+
187
+ /*! ../internals/host-report-errors */
188
+
189
+ /*! ../internals/html */
190
+
191
+ /*! ../internals/ie8-dom-define */
192
+
193
+ /*! ../internals/indexed-object */
194
+
195
+ /*! ../internals/inherit-if-required */
196
+
197
+ /*! ../internals/inspect-source */
198
+
199
+ /*! ../internals/internal-metadata */
200
+
201
+ /*! ../internals/internal-state */
202
+
203
+ /*! ../internals/is-array */
204
+
205
+ /*! ../internals/is-array-iterator-method */
206
+
207
+ /*! ../internals/is-callable */
208
+
209
+ /*! ../internals/is-constructor */
210
+
211
+ /*! ../internals/is-forced */
212
+
213
+ /*! ../internals/is-iterable */
214
+
215
+ /*! ../internals/is-null-or-undefined */
216
+
217
+ /*! ../internals/is-object */
218
+
219
+ /*! ../internals/is-possible-prototype */
220
+
221
+ /*! ../internals/is-pure */
222
+
223
+ /*! ../internals/is-raw-json */
224
+
225
+ /*! ../internals/is-regexp */
226
+
227
+ /*! ../internals/is-symbol */
228
+
229
+ /*! ../internals/iterate */
230
+
231
+ /*! ../internals/iterate-simple */
232
+
233
+ /*! ../internals/iterator-close */
234
+
235
+ /*! ../internals/iterator-close-all */
236
+
237
+ /*! ../internals/iterator-create-constructor */
238
+
239
+ /*! ../internals/iterator-create-proxy */
240
+
241
+ /*! ../internals/iterator-define */
242
+
243
+ /*! ../internals/iterator-helper-throws-on-invalid-iterator */
244
+
245
+ /*! ../internals/iterator-helper-without-closing-on-early-error */
246
+
247
+ /*! ../internals/iterators */
248
+
249
+ /*! ../internals/iterators-core */
250
+
251
+ /*! ../internals/length-of-array-like */
252
+
253
+ /*! ../internals/make-built-in */
254
+
255
+ /*! ../internals/math-trunc */
256
+
257
+ /*! ../internals/microtask */
258
+
259
+ /*! ../internals/native-raw-json */
260
+
261
+ /*! ../internals/new-promise-capability */
262
+
263
+ /*! ../internals/not-a-regexp */
264
+
265
+ /*! ../internals/object-assign */
266
+
267
+ /*! ../internals/object-create */
268
+
269
+ /*! ../internals/object-define-properties */
270
+
271
+ /*! ../internals/object-define-property */
272
+
273
+ /*! ../internals/object-get-own-property-descriptor */
274
+
275
+ /*! ../internals/object-get-own-property-names */
276
+
277
+ /*! ../internals/object-get-own-property-names-external */
278
+
279
+ /*! ../internals/object-get-own-property-symbols */
280
+
281
+ /*! ../internals/object-get-prototype-of */
282
+
283
+ /*! ../internals/object-is-extensible */
284
+
285
+ /*! ../internals/object-is-prototype-of */
286
+
287
+ /*! ../internals/object-keys */
288
+
289
+ /*! ../internals/object-keys-internal */
290
+
291
+ /*! ../internals/object-property-is-enumerable */
292
+
293
+ /*! ../internals/object-set-prototype-of */
294
+
295
+ /*! ../internals/object-to-string */
296
+
297
+ /*! ../internals/ordinary-to-primitive */
298
+
299
+ /*! ../internals/own-keys */
300
+
301
+ /*! ../internals/parse-json-string */
302
+
303
+ /*! ../internals/path */
304
+
305
+ /*! ../internals/perform */
306
+
307
+ /*! ../internals/promise-constructor-detection */
308
+
309
+ /*! ../internals/promise-native-constructor */
310
+
311
+ /*! ../internals/promise-resolve */
312
+
313
+ /*! ../internals/promise-statics-incorrect-iteration */
314
+
315
+ /*! ../internals/queue */
316
+
317
+ /*! ../internals/regexp-exec */
318
+
319
+ /*! ../internals/regexp-exec-abstract */
320
+
321
+ /*! ../internals/regexp-flags */
322
+
323
+ /*! ../internals/regexp-flags-detection */
324
+
325
+ /*! ../internals/regexp-get-flags */
326
+
327
+ /*! ../internals/regexp-sticky-helpers */
328
+
329
+ /*! ../internals/regexp-unsupported-dot-all */
330
+
331
+ /*! ../internals/regexp-unsupported-ncg */
332
+
333
+ /*! ../internals/require-object-coercible */
334
+
335
+ /*! ../internals/safe-get-built-in */
336
+
337
+ /*! ../internals/schedulers-fix */
338
+
339
+ /*! ../internals/set-clone */
340
+
341
+ /*! ../internals/set-difference */
342
+
343
+ /*! ../internals/set-helpers */
344
+
345
+ /*! ../internals/set-intersection */
346
+
347
+ /*! ../internals/set-is-disjoint-from */
348
+
349
+ /*! ../internals/set-is-subset-of */
350
+
351
+ /*! ../internals/set-is-superset-of */
352
+
353
+ /*! ../internals/set-iterate */
354
+
355
+ /*! ../internals/set-size */
356
+
357
+ /*! ../internals/set-species */
358
+
359
+ /*! ../internals/set-symmetric-difference */
360
+
361
+ /*! ../internals/set-to-string-tag */
362
+
363
+ /*! ../internals/set-union */
364
+
365
+ /*! ../internals/shared */
366
+
367
+ /*! ../internals/shared-key */
368
+
369
+ /*! ../internals/shared-store */
370
+
371
+ /*! ../internals/species-constructor */
372
+
373
+ /*! ../internals/string-html-forced */
374
+
375
+ /*! ../internals/string-multibyte */
376
+
377
+ /*! ../internals/string-trim */
378
+
379
+ /*! ../internals/string-trim-forced */
380
+
381
+ /*! ../internals/symbol-constructor-detection */
382
+
383
+ /*! ../internals/symbol-define-to-primitive */
384
+
385
+ /*! ../internals/symbol-registry-detection */
386
+
387
+ /*! ../internals/task */
388
+
389
+ /*! ../internals/this-number-value */
390
+
391
+ /*! ../internals/to-absolute-index */
392
+
393
+ /*! ../internals/to-indexed-object */
394
+
395
+ /*! ../internals/to-integer-or-infinity */
396
+
397
+ /*! ../internals/to-length */
398
+
399
+ /*! ../internals/to-object */
400
+
401
+ /*! ../internals/to-primitive */
402
+
403
+ /*! ../internals/to-property-key */
404
+
405
+ /*! ../internals/to-set-like */
406
+
407
+ /*! ../internals/to-string */
408
+
409
+ /*! ../internals/to-string-tag-support */
410
+
411
+ /*! ../internals/try-to-string */
412
+
413
+ /*! ../internals/uid */
414
+
415
+ /*! ../internals/use-symbol-as-uid */
416
+
417
+ /*! ../internals/v8-prototype-define-bug */
418
+
419
+ /*! ../internals/validate-arguments-length */
420
+
421
+ /*! ../internals/weak-map-basic-detection */
422
+
423
+ /*! ../internals/well-known-symbol */
424
+
425
+ /*! ../internals/well-known-symbol-define */
426
+
427
+ /*! ../internals/well-known-symbol-wrapped */
428
+
429
+ /*! ../internals/whitespaces */
430
+
431
+ /*! ../modules/es.array.iterator */
432
+
433
+ /*! ../modules/es.iterator.constructor */
434
+
435
+ /*! ../modules/es.iterator.for-each */
436
+
437
+ /*! ../modules/es.iterator.map */
438
+
439
+ /*! ../modules/es.json.stringify */
440
+
441
+ /*! ../modules/es.object.get-own-property-symbols */
442
+
443
+ /*! ../modules/es.promise.all */
444
+
445
+ /*! ../modules/es.promise.catch */
446
+
447
+ /*! ../modules/es.promise.constructor */
448
+
449
+ /*! ../modules/es.promise.race */
450
+
451
+ /*! ../modules/es.promise.reject */
452
+
453
+ /*! ../modules/es.promise.resolve */
454
+
455
+ /*! ../modules/es.regexp.exec */
456
+
457
+ /*! ../modules/es.set.constructor */
458
+
459
+ /*! ../modules/es.symbol.constructor */
460
+
461
+ /*! ../modules/es.symbol.for */
462
+
463
+ /*! ../modules/es.symbol.key-for */
464
+
465
+ /*! ../modules/web.set-interval */
466
+
467
+ /*! ../modules/web.set-timeout */
468
+
469
+ /*! ../utils.js */
470
+
471
+ /*! ../worker.js */
472
+
473
+ /*! ./PngDecoder */
474
+
475
+ /*! ./PngEncoder */
476
+
477
+ /*! ./applyUnfilter */
478
+
479
+ /*! ./arrayLikeToArray.js */
480
+
481
+ /*! ./arrayWithHoles.js */
482
+
483
+ /*! ./convertIndexedToRgb */
484
+
485
+ /*! ./crc */
486
+
487
+ /*! ./helpers/crc */
488
+
489
+ /*! ./helpers/decodeInterlaceAdam7 */
490
+
491
+ /*! ./helpers/decodeInterlaceNull */
492
+
493
+ /*! ./helpers/signature */
494
+
495
+ /*! ./helpers/text */
496
+
497
+ /*! ./internalTypes */
498
+
499
+ /*! ./iterableToArrayLimit.js */
500
+
501
+ /*! ./nonIterableRest.js */
502
+
503
+ /*! ./plugin/hyperlinks.js */
504
+
505
+ /*! ./plugin/jspdf-plugin.js */
506
+
507
+ /*! ./plugin/pagebreaks.js */
508
+
509
+ /*! ./snapdom/clone.js */
510
+
511
+ /*! ./text */
512
+
513
+ /*! ./toPrimitive.js */
514
+
515
+ /*! ./toPropertyKey.js */
516
+
517
+ /*! ./typeof.js */
518
+
519
+ /*! ./types */
520
+
521
+ /*! ./unfilter */
522
+
523
+ /*! ./unsupportedIterableToArray.js */
524
+
525
+ /*! ./utils.js */
526
+
527
+ /*! ./worker.js */
528
+
529
+ /*! @babel/runtime/helpers/asyncToGenerator */
530
+
531
+ /*! @babel/runtime/helpers/defineProperty */
532
+
533
+ /*! @babel/runtime/helpers/slicedToArray */
534
+
535
+ /*! @babel/runtime/helpers/typeof */
536
+
537
+ /*! @license DOMPurify 3.3.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.0/LICENSE */
538
+
539
+ /*! canvg */
540
+
541
+ /*! core-js/modules/es.array.concat.js */
542
+
543
+ /*! core-js/modules/es.array.from.js */
544
+
545
+ /*! core-js/modules/es.array.index-of.js */
546
+
547
+ /*! core-js/modules/es.array.iterator.js */
548
+
549
+ /*! core-js/modules/es.array.join.js */
550
+
551
+ /*! core-js/modules/es.array.map.js */
552
+
553
+ /*! core-js/modules/es.array.reduce.js */
554
+
555
+ /*! core-js/modules/es.array.reverse.js */
556
+
557
+ /*! core-js/modules/es.array.slice.js */
558
+
559
+ /*! core-js/modules/es.function.name.js */
560
+
561
+ /*! core-js/modules/es.json.stringify.js */
562
+
563
+ /*! core-js/modules/es.number.constructor.js */
564
+
565
+ /*! core-js/modules/es.object.assign.js */
566
+
567
+ /*! core-js/modules/es.object.keys.js */
568
+
569
+ /*! core-js/modules/es.object.to-string.js */
570
+
571
+ /*! core-js/modules/es.promise.js */
572
+
573
+ /*! core-js/modules/es.regexp.exec.js */
574
+
575
+ /*! core-js/modules/es.regexp.test.js */
576
+
577
+ /*! core-js/modules/es.regexp.to-string.js */
578
+
579
+ /*! core-js/modules/es.set.js */
580
+
581
+ /*! core-js/modules/es.string.ends-with.js */
582
+
583
+ /*! core-js/modules/es.string.includes.js */
584
+
585
+ /*! core-js/modules/es.string.iterator.js */
586
+
587
+ /*! core-js/modules/es.string.link.js */
588
+
589
+ /*! core-js/modules/es.string.match.js */
590
+
591
+ /*! core-js/modules/es.string.replace.js */
592
+
593
+ /*! core-js/modules/es.string.split.js */
594
+
595
+ /*! core-js/modules/es.string.starts-with.js */
596
+
597
+ /*! core-js/modules/es.string.trim.js */
598
+
599
+ /*! core-js/modules/es.symbol.description.js */
600
+
601
+ /*! core-js/modules/es.symbol.iterator.js */
602
+
603
+ /*! core-js/modules/es.symbol.js */
604
+
605
+ /*! core-js/modules/esnext.iterator.constructor.js */
606
+
607
+ /*! core-js/modules/esnext.iterator.for-each.js */
608
+
609
+ /*! core-js/modules/esnext.iterator.map.js */
610
+
611
+ /*! core-js/modules/esnext.set.add-all.js */
612
+
613
+ /*! core-js/modules/esnext.set.delete-all.js */
614
+
615
+ /*! core-js/modules/esnext.set.difference.js */
616
+
617
+ /*! core-js/modules/esnext.set.every.js */
618
+
619
+ /*! core-js/modules/esnext.set.filter.js */
620
+
621
+ /*! core-js/modules/esnext.set.find.js */
622
+
623
+ /*! core-js/modules/esnext.set.intersection.js */
624
+
625
+ /*! core-js/modules/esnext.set.is-disjoint-from.js */
626
+
627
+ /*! core-js/modules/esnext.set.is-subset-of.js */
628
+
629
+ /*! core-js/modules/esnext.set.is-superset-of.js */
630
+
631
+ /*! core-js/modules/esnext.set.join.js */
632
+
633
+ /*! core-js/modules/esnext.set.map.js */
634
+
635
+ /*! core-js/modules/esnext.set.reduce.js */
636
+
637
+ /*! core-js/modules/esnext.set.some.js */
638
+
639
+ /*! core-js/modules/esnext.set.symmetric-difference.js */
640
+
641
+ /*! core-js/modules/esnext.set.union.js */
642
+
643
+ /*! core-js/modules/web.dom-collections.for-each.js */
644
+
645
+ /*! core-js/modules/web.dom-collections.iterator.js */
646
+
647
+ /*! core-js/modules/web.timers.js */
648
+
649
+ /*! dompurify */
650
+
651
+ /*! fast-png */
652
+
653
+ /*! fflate */
654
+
655
+ /*! html2canvas */
656
+
657
+ /*! iobuffer */
658
+
659
+ /*! jspdf/dist/jspdf.es.min.js */
660
+
661
+ /*! pako */
662
+
663
+ /*! performance-now */
664
+
665
+ /*! raf */
666
+
667
+ /*! rgbcolor */
668
+
669
+ /*! stackblur-canvas */
670
+
671
+ /*! svg-pathdata */
672
+
673
+ /*!**********************!*\
674
+ !*** ./src/index.js ***!
675
+ \**********************/
676
+
677
+ /*!**********************!*\
678
+ !*** ./src/utils.js ***!
679
+ \**********************/
680
+
681
+ /*!***********************!*\
682
+ !*** ./src/worker.js ***!
683
+ \***********************/
684
+
685
+ /*!******************************!*\
686
+ !*** ./src/snapdom/clone.js ***!
687
+ \******************************/
688
+
689
+ /*!**********************************!*\
690
+ !*** ./src/plugin/hyperlinks.js ***!
691
+ \**********************************/
692
+
693
+ /*!**********************************!*\
694
+ !*** ./src/plugin/pagebreaks.js ***!
695
+ \**********************************/
696
+
697
+ /*!***********************************!*\
698
+ !*** ./node_modules/raf/index.js ***!
699
+ \***********************************/
700
+
701
+ /*!************************************!*\
702
+ !*** ./src/plugin/jspdf-plugin.js ***!
703
+ \************************************/
704
+
705
+ /*!****************************************!*\
706
+ !*** ./node_modules/rgbcolor/index.js ***!
707
+ \****************************************/
708
+
709
+ /*!********************************************!*\
710
+ !*** ./node_modules/canvg/lib/index.es.js ***!
711
+ \********************************************/
712
+
713
+ /*!********************************************!*\
714
+ !*** ./node_modules/fflate/esm/browser.js ***!
715
+ \********************************************/
716
+
717
+ /*!*********************************************!*\
718
+ !*** ./node_modules/pako/dist/pako.esm.mjs ***!
719
+ \*********************************************/
720
+
721
+ /*!***********************************************!*\
722
+ !*** ./node_modules/core-js/internals/uid.js ***!
723
+ \***********************************************/
724
+
725
+ /*!***********************************************!*\
726
+ !*** ./node_modules/iobuffer/lib-esm/text.js ***!
727
+ \***********************************************/
728
+
729
+ /*!************************************************!*\
730
+ !*** ./node_modules/core-js/internals/html.js ***!
731
+ \************************************************/
732
+
733
+ /*!************************************************!*\
734
+ !*** ./node_modules/core-js/internals/path.js ***!
735
+ \************************************************/
736
+
737
+ /*!************************************************!*\
738
+ !*** ./node_modules/core-js/internals/task.js ***!
739
+ \************************************************/
740
+
741
+ /*!************************************************!*\
742
+ !*** ./node_modules/core-js/modules/es.set.js ***!
743
+ \************************************************/
744
+
745
+ /*!************************************************!*\
746
+ !*** ./node_modules/fast-png/lib-esm/index.js ***!
747
+ \************************************************/
748
+
749
+ /*!************************************************!*\
750
+ !*** ./node_modules/fast-png/lib-esm/types.js ***!
751
+ \************************************************/
752
+
753
+ /*!*************************************************!*\
754
+ !*** ./node_modules/core-js/internals/a-set.js ***!
755
+ \*************************************************/
756
+
757
+ /*!*************************************************!*\
758
+ !*** ./node_modules/core-js/internals/fails.js ***!
759
+ \*************************************************/
760
+
761
+ /*!*************************************************!*\
762
+ !*** ./node_modules/core-js/internals/queue.js ***!
763
+ \*************************************************/
764
+
765
+ /*!*************************************************!*\
766
+ !*** ./node_modules/jspdf/dist/jspdf.es.min.js ***!
767
+ \*************************************************/
768
+
769
+ /*!**************************************************!*\
770
+ !*** ./node_modules/core-js/internals/export.js ***!
771
+ \**************************************************/
772
+
773
+ /*!**************************************************!*\
774
+ !*** ./node_modules/core-js/internals/shared.js ***!
775
+ \**************************************************/
776
+
777
+ /*!***************************************************!*\
778
+ !*** ./node_modules/core-js/internals/classof.js ***!
779
+ \***************************************************/
780
+
781
+ /*!***************************************************!*\
782
+ !*** ./node_modules/core-js/internals/is-pure.js ***!
783
+ \***************************************************/
784
+
785
+ /*!***************************************************!*\
786
+ !*** ./node_modules/core-js/internals/iterate.js ***!
787
+ \***************************************************/
788
+
789
+ /*!***************************************************!*\
790
+ !*** ./node_modules/core-js/internals/perform.js ***!
791
+ \***************************************************/
792
+
793
+ /*!***************************************************!*\
794
+ !*** ./node_modules/core-js/modules/es.symbol.js ***!
795
+ \***************************************************/
796
+
797
+ /*!***************************************************!*\
798
+ !*** ./node_modules/dompurify/dist/purify.es.mjs ***!
799
+ \***************************************************/
800
+
801
+ /*!***************************************************!*\
802
+ !*** ./node_modules/iobuffer/lib-esm/IOBuffer.js ***!
803
+ \***************************************************/
804
+
805
+ /*!****************************************************!*\
806
+ !*** ./node_modules/core-js/internals/freezing.js ***!
807
+ \****************************************************/
808
+
809
+ /*!****************************************************!*\
810
+ !*** ./node_modules/core-js/internals/is-array.js ***!
811
+ \****************************************************/
812
+
813
+ /*!****************************************************!*\
814
+ !*** ./node_modules/core-js/internals/own-keys.js ***!
815
+ \****************************************************/
816
+
817
+ /*!****************************************************!*\
818
+ !*** ./node_modules/core-js/internals/set-size.js ***!
819
+ \****************************************************/
820
+
821
+ /*!****************************************************!*\
822
+ !*** ./node_modules/core-js/modules/es.promise.js ***!
823
+ \****************************************************/
824
+
825
+ /*!****************************************************!*\
826
+ !*** ./node_modules/core-js/modules/web.timers.js ***!
827
+ \****************************************************/
828
+
829
+ /*!*****************************************************!*\
830
+ !*** ./node_modules/core-js/internals/an-object.js ***!
831
+ \*****************************************************/
832
+
833
+ /*!*****************************************************!*\
834
+ !*** ./node_modules/core-js/internals/is-forced.js ***!
835
+ \*****************************************************/
836
+
837
+ /*!*****************************************************!*\
838
+ !*** ./node_modules/core-js/internals/is-object.js ***!
839
+ \*****************************************************/
840
+
841
+ /*!*****************************************************!*\
842
+ !*** ./node_modules/core-js/internals/is-regexp.js ***!
843
+ \*****************************************************/
844
+
845
+ /*!*****************************************************!*\
846
+ !*** ./node_modules/core-js/internals/is-symbol.js ***!
847
+ \*****************************************************/
848
+
849
+ /*!*****************************************************!*\
850
+ !*** ./node_modules/core-js/internals/iterators.js ***!
851
+ \*****************************************************/
852
+
853
+ /*!*****************************************************!*\
854
+ !*** ./node_modules/core-js/internals/microtask.js ***!
855
+ \*****************************************************/
856
+
857
+ /*!*****************************************************!*\
858
+ !*** ./node_modules/core-js/internals/set-clone.js ***!
859
+ \*****************************************************/
860
+
861
+ /*!*****************************************************!*\
862
+ !*** ./node_modules/core-js/internals/set-union.js ***!
863
+ \*****************************************************/
864
+
865
+ /*!*****************************************************!*\
866
+ !*** ./node_modules/core-js/internals/to-length.js ***!
867
+ \*****************************************************/
868
+
869
+ /*!*****************************************************!*\
870
+ !*** ./node_modules/core-js/internals/to-object.js ***!
871
+ \*****************************************************/
872
+
873
+ /*!*****************************************************!*\
874
+ !*** ./node_modules/core-js/internals/to-string.js ***!
875
+ \*****************************************************/
876
+
877
+ /*!*****************************************************!*\
878
+ !*** ./node_modules/fast-png/lib-esm/PngDecoder.js ***!
879
+ \*****************************************************/
880
+
881
+ /*!*****************************************************!*\
882
+ !*** ./node_modules/fast-png/lib-esm/PngEncoder.js ***!
883
+ \*****************************************************/
884
+
885
+ /*!******************************************************!*\
886
+ !*** ./node_modules/core-js/internals/a-callable.js ***!
887
+ \******************************************************/
888
+
889
+ /*!******************************************************!*\
890
+ !*** ./node_modules/core-js/internals/array-from.js ***!
891
+ \******************************************************/
892
+
893
+ /*!******************************************************!*\
894
+ !*** ./node_modules/core-js/internals/collection.js ***!
895
+ \******************************************************/
896
+
897
+ /*!******************************************************!*\
898
+ !*** ./node_modules/core-js/internals/get-method.js ***!
899
+ \******************************************************/
900
+
901
+ /*!******************************************************!*\
902
+ !*** ./node_modules/core-js/internals/math-trunc.js ***!
903
+ \******************************************************/
904
+
905
+ /*!******************************************************!*\
906
+ !*** ./node_modules/core-js/internals/shared-key.js ***!
907
+ \******************************************************/
908
+
909
+ /*!******************************************************!*\
910
+ !*** ./node_modules/core-js/modules/es.array.map.js ***!
911
+ \******************************************************/
912
+
913
+ /*!******************************************************!*\
914
+ !*** ./node_modules/fast-png/lib-esm/helpers/crc.js ***!
915
+ \******************************************************/
916
+
917
+ /*!******************************************************!*\
918
+ !*** ./node_modules/html2canvas/dist/html2canvas.js ***!
919
+ \******************************************************/
920
+
921
+ /*!*******************************************************!*\
922
+ !*** ./node_modules/core-js/internals/an-instance.js ***!
923
+ \*******************************************************/
924
+
925
+ /*!*******************************************************!*\
926
+ !*** ./node_modules/core-js/internals/array-slice.js ***!
927
+ \*******************************************************/
928
+
929
+ /*!*******************************************************!*\
930
+ !*** ./node_modules/core-js/internals/classof-raw.js ***!
931
+ \*******************************************************/
932
+
933
+ /*!*******************************************************!*\
934
+ !*** ./node_modules/core-js/internals/create-html.js ***!
935
+ \*******************************************************/
936
+
937
+ /*!*******************************************************!*\
938
+ !*** ./node_modules/core-js/internals/descriptors.js ***!
939
+ \*******************************************************/
940
+
941
+ /*!*******************************************************!*\
942
+ !*** ./node_modules/core-js/internals/environment.js ***!
943
+ \*******************************************************/
944
+
945
+ /*!*******************************************************!*\
946
+ !*** ./node_modules/core-js/internals/global-this.js ***!
947
+ \*******************************************************/
948
+
949
+ /*!*******************************************************!*\
950
+ !*** ./node_modules/core-js/internals/hidden-keys.js ***!
951
+ \*******************************************************/
952
+
953
+ /*!*******************************************************!*\
954
+ !*** ./node_modules/core-js/internals/is-callable.js ***!
955
+ \*******************************************************/
956
+
957
+ /*!*******************************************************!*\
958
+ !*** ./node_modules/core-js/internals/is-iterable.js ***!
959
+ \*******************************************************/
960
+
961
+ /*!*******************************************************!*\
962
+ !*** ./node_modules/core-js/internals/is-raw-json.js ***!
963
+ \*******************************************************/
964
+
965
+ /*!*******************************************************!*\
966
+ !*** ./node_modules/core-js/internals/object-keys.js ***!
967
+ \*******************************************************/
968
+
969
+ /*!*******************************************************!*\
970
+ !*** ./node_modules/core-js/internals/regexp-exec.js ***!
971
+ \*******************************************************/
972
+
973
+ /*!*******************************************************!*\
974
+ !*** ./node_modules/core-js/internals/set-helpers.js ***!
975
+ \*******************************************************/
976
+
977
+ /*!*******************************************************!*\
978
+ !*** ./node_modules/core-js/internals/set-iterate.js ***!
979
+ \*******************************************************/
980
+
981
+ /*!*******************************************************!*\
982
+ !*** ./node_modules/core-js/internals/set-species.js ***!
983
+ \*******************************************************/
984
+
985
+ /*!*******************************************************!*\
986
+ !*** ./node_modules/core-js/internals/string-trim.js ***!
987
+ \*******************************************************/
988
+
989
+ /*!*******************************************************!*\
990
+ !*** ./node_modules/core-js/internals/to-set-like.js ***!
991
+ \*******************************************************/
992
+
993
+ /*!*******************************************************!*\
994
+ !*** ./node_modules/core-js/internals/whitespaces.js ***!
995
+ \*******************************************************/
996
+
997
+ /*!*******************************************************!*\
998
+ !*** ./node_modules/core-js/modules/es.array.from.js ***!
999
+ \*******************************************************/
1000
+
1001
+ /*!*******************************************************!*\
1002
+ !*** ./node_modules/core-js/modules/es.array.join.js ***!
1003
+ \*******************************************************/
1004
+
1005
+ /*!*******************************************************!*\
1006
+ !*** ./node_modules/core-js/modules/es.symbol.for.js ***!
1007
+ \*******************************************************/
1008
+
1009
+ /*!*******************************************************!*\
1010
+ !*** ./node_modules/fast-png/lib-esm/helpers/text.js ***!
1011
+ \*******************************************************/
1012
+
1013
+ /*!********************************************************!*\
1014
+ !*** ./node_modules/core-js/internals/array-reduce.js ***!
1015
+ \********************************************************/
1016
+
1017
+ /*!********************************************************!*\
1018
+ !*** ./node_modules/core-js/internals/get-built-in.js ***!
1019
+ \********************************************************/
1020
+
1021
+ /*!********************************************************!*\
1022
+ !*** ./node_modules/core-js/internals/get-iterator.js ***!
1023
+ \********************************************************/
1024
+
1025
+ /*!********************************************************!*\
1026
+ !*** ./node_modules/core-js/internals/not-a-regexp.js ***!
1027
+ \********************************************************/
1028
+
1029
+ /*!********************************************************!*\
1030
+ !*** ./node_modules/core-js/internals/regexp-flags.js ***!
1031
+ \********************************************************/
1032
+
1033
+ /*!********************************************************!*\
1034
+ !*** ./node_modules/core-js/internals/shared-store.js ***!
1035
+ \********************************************************/
1036
+
1037
+ /*!********************************************************!*\
1038
+ !*** ./node_modules/core-js/internals/to-primitive.js ***!
1039
+ \********************************************************/
1040
+
1041
+ /*!********************************************************!*\
1042
+ !*** ./node_modules/core-js/modules/es.array.slice.js ***!
1043
+ \********************************************************/
1044
+
1045
+ /*!********************************************************!*\
1046
+ !*** ./node_modules/core-js/modules/es.object.keys.js ***!
1047
+ \********************************************************/
1048
+
1049
+ /*!********************************************************!*\
1050
+ !*** ./node_modules/core-js/modules/es.promise.all.js ***!
1051
+ \********************************************************/
1052
+
1053
+ /*!********************************************************!*\
1054
+ !*** ./node_modules/core-js/modules/es.regexp.exec.js ***!
1055
+ \********************************************************/
1056
+
1057
+ /*!********************************************************!*\
1058
+ !*** ./node_modules/core-js/modules/es.regexp.test.js ***!
1059
+ \********************************************************/
1060
+
1061
+ /*!********************************************************!*\
1062
+ !*** ./node_modules/core-js/modules/es.string.link.js ***!
1063
+ \********************************************************/
1064
+
1065
+ /*!********************************************************!*\
1066
+ !*** ./node_modules/core-js/modules/es.string.trim.js ***!
1067
+ \********************************************************/
1068
+
1069
+ /*!********************************************************!*\
1070
+ !*** ./node_modules/core-js/modules/esnext.set.map.js ***!
1071
+ \********************************************************/
1072
+
1073
+ /*!********************************************************!*\
1074
+ !*** ./node_modules/fast-png/lib-esm/internalTypes.js ***!
1075
+ \********************************************************/
1076
+
1077
+ /*!*********************************************************!*\
1078
+ !*** ./node_modules/core-js/internals/a-constructor.js ***!
1079
+ \*********************************************************/
1080
+
1081
+ /*!*********************************************************!*\
1082
+ !*** ./node_modules/core-js/internals/dom-iterables.js ***!
1083
+ \*********************************************************/
1084
+
1085
+ /*!*********************************************************!*\
1086
+ !*** ./node_modules/core-js/internals/enum-bug-keys.js ***!
1087
+ \*********************************************************/
1088
+
1089
+ /*!*********************************************************!*\
1090
+ !*** ./node_modules/core-js/internals/function-call.js ***!
1091
+ \*********************************************************/
1092
+
1093
+ /*!*********************************************************!*\
1094
+ !*** ./node_modules/core-js/internals/function-name.js ***!
1095
+ \*********************************************************/
1096
+
1097
+ /*!*********************************************************!*\
1098
+ !*** ./node_modules/core-js/internals/make-built-in.js ***!
1099
+ \*********************************************************/
1100
+
1101
+ /*!*********************************************************!*\
1102
+ !*** ./node_modules/core-js/internals/object-assign.js ***!
1103
+ \*********************************************************/
1104
+
1105
+ /*!*********************************************************!*\
1106
+ !*** ./node_modules/core-js/internals/object-create.js ***!
1107
+ \*********************************************************/
1108
+
1109
+ /*!*********************************************************!*\
1110
+ !*** ./node_modules/core-js/internals/try-to-string.js ***!
1111
+ \*********************************************************/
1112
+
1113
+ /*!*********************************************************!*\
1114
+ !*** ./node_modules/core-js/modules/es.array.concat.js ***!
1115
+ \*********************************************************/
1116
+
1117
+ /*!*********************************************************!*\
1118
+ !*** ./node_modules/core-js/modules/es.array.reduce.js ***!
1119
+ \*********************************************************/
1120
+
1121
+ /*!*********************************************************!*\
1122
+ !*** ./node_modules/core-js/modules/es.iterator.map.js ***!
1123
+ \*********************************************************/
1124
+
1125
+ /*!*********************************************************!*\
1126
+ !*** ./node_modules/core-js/modules/es.promise.race.js ***!
1127
+ \*********************************************************/
1128
+
1129
+ /*!*********************************************************!*\
1130
+ !*** ./node_modules/core-js/modules/es.string.match.js ***!
1131
+ \*********************************************************/
1132
+
1133
+ /*!*********************************************************!*\
1134
+ !*** ./node_modules/core-js/modules/es.string.split.js ***!
1135
+ \*********************************************************/
1136
+
1137
+ /*!*********************************************************!*\
1138
+ !*** ./node_modules/core-js/modules/esnext.set.find.js ***!
1139
+ \*********************************************************/
1140
+
1141
+ /*!*********************************************************!*\
1142
+ !*** ./node_modules/core-js/modules/esnext.set.join.js ***!
1143
+ \*********************************************************/
1144
+
1145
+ /*!*********************************************************!*\
1146
+ !*** ./node_modules/core-js/modules/esnext.set.some.js ***!
1147
+ \*********************************************************/
1148
+
1149
+ /*!*********************************************************!*\
1150
+ !*** ./node_modules/core-js/modules/web.set-timeout.js ***!
1151
+ \*********************************************************/
1152
+
1153
+ /*!**********************************************************!*\
1154
+ !*** ./node_modules/core-js/internals/array-for-each.js ***!
1155
+ \**********************************************************/
1156
+
1157
+ /*!**********************************************************!*\
1158
+ !*** ./node_modules/core-js/internals/array-includes.js ***!
1159
+ \**********************************************************/
1160
+
1161
+ /*!**********************************************************!*\
1162
+ !*** ./node_modules/core-js/internals/function-apply.js ***!
1163
+ \**********************************************************/
1164
+
1165
+ /*!**********************************************************!*\
1166
+ !*** ./node_modules/core-js/internals/get-set-record.js ***!
1167
+ \**********************************************************/
1168
+
1169
+ /*!**********************************************************!*\
1170
+ !*** ./node_modules/core-js/internals/ie8-dom-define.js ***!
1171
+ \**********************************************************/
1172
+
1173
+ /*!**********************************************************!*\
1174
+ !*** ./node_modules/core-js/internals/indexed-object.js ***!
1175
+ \**********************************************************/
1176
+
1177
+ /*!**********************************************************!*\
1178
+ !*** ./node_modules/core-js/internals/inspect-source.js ***!
1179
+ \**********************************************************/
1180
+
1181
+ /*!**********************************************************!*\
1182
+ !*** ./node_modules/core-js/internals/internal-state.js ***!
1183
+ \**********************************************************/
1184
+
1185
+ /*!**********************************************************!*\
1186
+ !*** ./node_modules/core-js/internals/is-constructor.js ***!
1187
+ \**********************************************************/
1188
+
1189
+ /*!**********************************************************!*\
1190
+ !*** ./node_modules/core-js/internals/iterate-simple.js ***!
1191
+ \**********************************************************/
1192
+
1193
+ /*!**********************************************************!*\
1194
+ !*** ./node_modules/core-js/internals/iterator-close.js ***!
1195
+ \**********************************************************/
1196
+
1197
+ /*!**********************************************************!*\
1198
+ !*** ./node_modules/core-js/internals/iterators-core.js ***!
1199
+ \**********************************************************/
1200
+
1201
+ /*!**********************************************************!*\
1202
+ !*** ./node_modules/core-js/internals/schedulers-fix.js ***!
1203
+ \**********************************************************/
1204
+
1205
+ /*!**********************************************************!*\
1206
+ !*** ./node_modules/core-js/internals/set-difference.js ***!
1207
+ \**********************************************************/
1208
+
1209
+ /*!**********************************************************!*\
1210
+ !*** ./node_modules/core-js/modules/es.array.reverse.js ***!
1211
+ \**********************************************************/
1212
+
1213
+ /*!**********************************************************!*\
1214
+ !*** ./node_modules/core-js/modules/es.function.name.js ***!
1215
+ \**********************************************************/
1216
+
1217
+ /*!**********************************************************!*\
1218
+ !*** ./node_modules/core-js/modules/es.object.assign.js ***!
1219
+ \**********************************************************/
1220
+
1221
+ /*!**********************************************************!*\
1222
+ !*** ./node_modules/core-js/modules/es.promise.catch.js ***!
1223
+ \**********************************************************/
1224
+
1225
+ /*!**********************************************************!*\
1226
+ !*** ./node_modules/core-js/modules/esnext.set.every.js ***!
1227
+ \**********************************************************/
1228
+
1229
+ /*!**********************************************************!*\
1230
+ !*** ./node_modules/core-js/modules/esnext.set.union.js ***!
1231
+ \**********************************************************/
1232
+
1233
+ /*!**********************************************************!*\
1234
+ !*** ./node_modules/core-js/modules/web.set-interval.js ***!
1235
+ \**********************************************************/
1236
+
1237
+ /*!***********************************************************!*\
1238
+ !*** ./node_modules/@babel/runtime/helpers/esm/typeof.js ***!
1239
+ \***********************************************************/
1240
+
1241
+ /*!***********************************************************!*\
1242
+ !*** ./node_modules/core-js/internals/array-iteration.js ***!
1243
+ \***********************************************************/
1244
+
1245
+ /*!***********************************************************!*\
1246
+ !*** ./node_modules/core-js/internals/create-property.js ***!
1247
+ \***********************************************************/
1248
+
1249
+ /*!***********************************************************!*\
1250
+ !*** ./node_modules/core-js/internals/define-built-in.js ***!
1251
+ \***********************************************************/
1252
+
1253
+ /*!***********************************************************!*\
1254
+ !*** ./node_modules/core-js/internals/iterator-define.js ***!
1255
+ \***********************************************************/
1256
+
1257
+ /*!***********************************************************!*\
1258
+ !*** ./node_modules/core-js/internals/native-raw-json.js ***!
1259
+ \***********************************************************/
1260
+
1261
+ /*!***********************************************************!*\
1262
+ !*** ./node_modules/core-js/internals/promise-resolve.js ***!
1263
+ \***********************************************************/
1264
+
1265
+ /*!***********************************************************!*\
1266
+ !*** ./node_modules/core-js/internals/to-property-key.js ***!
1267
+ \***********************************************************/
1268
+
1269
+ /*!***********************************************************!*\
1270
+ !*** ./node_modules/core-js/modules/es.array.index-of.js ***!
1271
+ \***********************************************************/
1272
+
1273
+ /*!***********************************************************!*\
1274
+ !*** ./node_modules/core-js/modules/es.array.iterator.js ***!
1275
+ \***********************************************************/
1276
+
1277
+ /*!***********************************************************!*\
1278
+ !*** ./node_modules/core-js/modules/es.json.stringify.js ***!
1279
+ \***********************************************************/
1280
+
1281
+ /*!***********************************************************!*\
1282
+ !*** ./node_modules/core-js/modules/es.promise.reject.js ***!
1283
+ \***********************************************************/
1284
+
1285
+ /*!***********************************************************!*\
1286
+ !*** ./node_modules/core-js/modules/es.string.replace.js ***!
1287
+ \***********************************************************/
1288
+
1289
+ /*!***********************************************************!*\
1290
+ !*** ./node_modules/core-js/modules/es.symbol.key-for.js ***!
1291
+ \***********************************************************/
1292
+
1293
+ /*!***********************************************************!*\
1294
+ !*** ./node_modules/core-js/modules/esnext.set.filter.js ***!
1295
+ \***********************************************************/
1296
+
1297
+ /*!***********************************************************!*\
1298
+ !*** ./node_modules/core-js/modules/esnext.set.reduce.js ***!
1299
+ \***********************************************************/
1300
+
1301
+ /*!***********************************************************!*\
1302
+ !*** ./node_modules/fast-png/lib-esm/helpers/unfilter.js ***!
1303
+ \***********************************************************/
1304
+
1305
+ /*!************************************************************!*\
1306
+ !*** ./node_modules/core-js/internals/define-built-ins.js ***!
1307
+ \************************************************************/
1308
+
1309
+ /*!************************************************************!*\
1310
+ !*** ./node_modules/core-js/internals/get-substitution.js ***!
1311
+ \************************************************************/
1312
+
1313
+ /*!************************************************************!*\
1314
+ !*** ./node_modules/core-js/internals/has-own-property.js ***!
1315
+ \************************************************************/
1316
+
1317
+ /*!************************************************************!*\
1318
+ !*** ./node_modules/core-js/internals/object-to-string.js ***!
1319
+ \************************************************************/
1320
+
1321
+ /*!************************************************************!*\
1322
+ !*** ./node_modules/core-js/internals/regexp-get-flags.js ***!
1323
+ \************************************************************/
1324
+
1325
+ /*!************************************************************!*\
1326
+ !*** ./node_modules/core-js/internals/set-intersection.js ***!
1327
+ \************************************************************/
1328
+
1329
+ /*!************************************************************!*\
1330
+ !*** ./node_modules/core-js/internals/set-is-subset-of.js ***!
1331
+ \************************************************************/
1332
+
1333
+ /*!************************************************************!*\
1334
+ !*** ./node_modules/core-js/internals/string-multibyte.js ***!
1335
+ \************************************************************/
1336
+
1337
+ /*!************************************************************!*\
1338
+ !*** ./node_modules/core-js/modules/es.promise.resolve.js ***!
1339
+ \************************************************************/
1340
+
1341
+ /*!************************************************************!*\
1342
+ !*** ./node_modules/core-js/modules/es.set.constructor.js ***!
1343
+ \************************************************************/
1344
+
1345
+ /*!************************************************************!*\
1346
+ !*** ./node_modules/core-js/modules/es.string.includes.js ***!
1347
+ \************************************************************/
1348
+
1349
+ /*!************************************************************!*\
1350
+ !*** ./node_modules/core-js/modules/es.string.iterator.js ***!
1351
+ \************************************************************/
1352
+
1353
+ /*!************************************************************!*\
1354
+ !*** ./node_modules/core-js/modules/es.symbol.iterator.js ***!
1355
+ \************************************************************/
1356
+
1357
+ /*!************************************************************!*\
1358
+ !*** ./node_modules/core-js/modules/esnext.set.add-all.js ***!
1359
+ \************************************************************/
1360
+
1361
+ /*!************************************************************!*\
1362
+ !*** ./node_modules/fast-png/lib-esm/helpers/signature.js ***!
1363
+ \************************************************************/
1364
+
1365
+ /*!************************************************************!*\
1366
+ !*** ./node_modules/stackblur-canvas/dist/stackblur-es.js ***!
1367
+ \************************************************************/
1368
+
1369
+ /*!*************************************************************!*\
1370
+ !*** ./node_modules/core-js/internals/collection-strong.js ***!
1371
+ \*************************************************************/
1372
+
1373
+ /*!*************************************************************!*\
1374
+ !*** ./node_modules/core-js/internals/internal-metadata.js ***!
1375
+ \*************************************************************/
1376
+
1377
+ /*!*************************************************************!*\
1378
+ !*** ./node_modules/core-js/internals/parse-json-string.js ***!
1379
+ \*************************************************************/
1380
+
1381
+ /*!*************************************************************!*\
1382
+ !*** ./node_modules/core-js/internals/safe-get-built-in.js ***!
1383
+ \*************************************************************/
1384
+
1385
+ /*!*************************************************************!*\
1386
+ !*** ./node_modules/core-js/internals/set-to-string-tag.js ***!
1387
+ \*************************************************************/
1388
+
1389
+ /*!*************************************************************!*\
1390
+ !*** ./node_modules/core-js/internals/this-number-value.js ***!
1391
+ \*************************************************************/
1392
+
1393
+ /*!*************************************************************!*\
1394
+ !*** ./node_modules/core-js/internals/to-absolute-index.js ***!
1395
+ \*************************************************************/
1396
+
1397
+ /*!*************************************************************!*\
1398
+ !*** ./node_modules/core-js/internals/to-indexed-object.js ***!
1399
+ \*************************************************************/
1400
+
1401
+ /*!*************************************************************!*\
1402
+ !*** ./node_modules/core-js/internals/use-symbol-as-uid.js ***!
1403
+ \*************************************************************/
1404
+
1405
+ /*!*************************************************************!*\
1406
+ !*** ./node_modules/core-js/internals/well-known-symbol.js ***!
1407
+ \*************************************************************/
1408
+
1409
+ /*!*************************************************************!*\
1410
+ !*** ./node_modules/core-js/modules/es.object.to-string.js ***!
1411
+ \*************************************************************/
1412
+
1413
+ /*!*************************************************************!*\
1414
+ !*** ./node_modules/core-js/modules/es.regexp.to-string.js ***!
1415
+ \*************************************************************/
1416
+
1417
+ /*!*************************************************************!*\
1418
+ !*** ./node_modules/core-js/modules/es.string.ends-with.js ***!
1419
+ \*************************************************************/
1420
+
1421
+ /*!*************************************************************!*\
1422
+ !*** ./node_modules/core-js/modules/esnext.iterator.map.js ***!
1423
+ \*************************************************************/
1424
+
1425
+ /*!*************************************************************!*\
1426
+ !*** ./node_modules/performance-now/lib/performance-now.js ***!
1427
+ \*************************************************************/
1428
+
1429
+ /*!*************************************************************!*\
1430
+ !*** ./node_modules/svg-pathdata/lib/SVGPathData.module.js ***!
1431
+ \*************************************************************/
1432
+
1433
+ /*!**************************************************************!*\
1434
+ !*** ./node_modules/core-js/internals/add-to-unscopables.js ***!
1435
+ \**************************************************************/
1436
+
1437
+ /*!**************************************************************!*\
1438
+ !*** ./node_modules/core-js/internals/environment-is-ios.js ***!
1439
+ \**************************************************************/
1440
+
1441
+ /*!**************************************************************!*\
1442
+ !*** ./node_modules/core-js/internals/host-report-errors.js ***!
1443
+ \**************************************************************/
1444
+
1445
+ /*!**************************************************************!*\
1446
+ !*** ./node_modules/core-js/internals/iterator-close-all.js ***!
1447
+ \**************************************************************/
1448
+
1449
+ /*!**************************************************************!*\
1450
+ !*** ./node_modules/core-js/internals/set-is-superset-of.js ***!
1451
+ \**************************************************************/
1452
+
1453
+ /*!**************************************************************!*\
1454
+ !*** ./node_modules/core-js/internals/string-html-forced.js ***!
1455
+ \**************************************************************/
1456
+
1457
+ /*!**************************************************************!*\
1458
+ !*** ./node_modules/core-js/internals/string-trim-forced.js ***!
1459
+ \**************************************************************/
1460
+
1461
+ /*!**************************************************************!*\
1462
+ !*** ./node_modules/core-js/modules/es.iterator.for-each.js ***!
1463
+ \**************************************************************/
1464
+
1465
+ /*!**************************************************************!*\
1466
+ !*** ./node_modules/fast-png/lib-esm/convertIndexedToRgb.js ***!
1467
+ \**************************************************************/
1468
+
1469
+ /*!***************************************************************!*\
1470
+ !*** ./node_modules/core-js/internals/environment-is-node.js ***!
1471
+ \***************************************************************/
1472
+
1473
+ /*!***************************************************************!*\
1474
+ !*** ./node_modules/core-js/internals/get-iterator-direct.js ***!
1475
+ \***************************************************************/
1476
+
1477
+ /*!***************************************************************!*\
1478
+ !*** ./node_modules/core-js/internals/get-iterator-method.js ***!
1479
+ \***************************************************************/
1480
+
1481
+ /*!***************************************************************!*\
1482
+ !*** ./node_modules/core-js/internals/inherit-if-required.js ***!
1483
+ \***************************************************************/
1484
+
1485
+ /*!***************************************************************!*\
1486
+ !*** ./node_modules/core-js/internals/species-constructor.js ***!
1487
+ \***************************************************************/
1488
+
1489
+ /*!***************************************************************!*\
1490
+ !*** ./node_modules/core-js/modules/es.number.constructor.js ***!
1491
+ \***************************************************************/
1492
+
1493
+ /*!***************************************************************!*\
1494
+ !*** ./node_modules/core-js/modules/es.string.starts-with.js ***!
1495
+ \***************************************************************/
1496
+
1497
+ /*!***************************************************************!*\
1498
+ !*** ./node_modules/core-js/modules/es.symbol.constructor.js ***!
1499
+ \***************************************************************/
1500
+
1501
+ /*!***************************************************************!*\
1502
+ !*** ./node_modules/core-js/modules/es.symbol.description.js ***!
1503
+ \***************************************************************/
1504
+
1505
+ /*!***************************************************************!*\
1506
+ !*** ./node_modules/core-js/modules/esnext.set.delete-all.js ***!
1507
+ \***************************************************************/
1508
+
1509
+ /*!***************************************************************!*\
1510
+ !*** ./node_modules/core-js/modules/esnext.set.difference.js ***!
1511
+ \***************************************************************/
1512
+
1513
+ /*!****************************************************************!*\
1514
+ !*** ./node_modules/@babel/runtime/helpers/esm/toPrimitive.js ***!
1515
+ \****************************************************************/
1516
+
1517
+ /*!****************************************************************!*\
1518
+ !*** ./node_modules/core-js/internals/a-possible-prototype.js ***!
1519
+ \****************************************************************/
1520
+
1521
+ /*!****************************************************************!*\
1522
+ !*** ./node_modules/core-js/internals/advance-string-index.js ***!
1523
+ \****************************************************************/
1524
+
1525
+ /*!****************************************************************!*\
1526
+ !*** ./node_modules/core-js/internals/array-species-create.js ***!
1527
+ \****************************************************************/
1528
+
1529
+ /*!****************************************************************!*\
1530
+ !*** ./node_modules/core-js/internals/function-bind-native.js ***!
1531
+ \****************************************************************/
1532
+
1533
+ /*!****************************************************************!*\
1534
+ !*** ./node_modules/core-js/internals/is-null-or-undefined.js ***!
1535
+ \****************************************************************/
1536
+
1537
+ /*!****************************************************************!*\
1538
+ !*** ./node_modules/core-js/internals/length-of-array-like.js ***!
1539
+ \****************************************************************/
1540
+
1541
+ /*!****************************************************************!*\
1542
+ !*** ./node_modules/core-js/internals/object-is-extensible.js ***!
1543
+ \****************************************************************/
1544
+
1545
+ /*!****************************************************************!*\
1546
+ !*** ./node_modules/core-js/internals/object-keys-internal.js ***!
1547
+ \****************************************************************/
1548
+
1549
+ /*!****************************************************************!*\
1550
+ !*** ./node_modules/core-js/internals/regexp-exec-abstract.js ***!
1551
+ \****************************************************************/
1552
+
1553
+ /*!****************************************************************!*\
1554
+ !*** ./node_modules/core-js/internals/set-is-disjoint-from.js ***!
1555
+ \****************************************************************/
1556
+
1557
+ /*!****************************************************************!*\
1558
+ !*** ./node_modules/core-js/modules/es.promise.constructor.js ***!
1559
+ \****************************************************************/
1560
+
1561
+ /*!****************************************************************!*\
1562
+ !*** ./node_modules/fast-png/lib-esm/helpers/applyUnfilter.js ***!
1563
+ \****************************************************************/
1564
+
1565
+ /*!*****************************************************************!*\
1566
+ !*** ./node_modules/core-js/internals/function-bind-context.js ***!
1567
+ \*****************************************************************/
1568
+
1569
+ /*!*****************************************************************!*\
1570
+ !*** ./node_modules/core-js/internals/function-uncurry-this.js ***!
1571
+ \*****************************************************************/
1572
+
1573
+ /*!*****************************************************************!*\
1574
+ !*** ./node_modules/core-js/internals/is-possible-prototype.js ***!
1575
+ \*****************************************************************/
1576
+
1577
+ /*!*****************************************************************!*\
1578
+ !*** ./node_modules/core-js/internals/iterator-create-proxy.js ***!
1579
+ \*****************************************************************/
1580
+
1581
+ /*!*****************************************************************!*\
1582
+ !*** ./node_modules/core-js/internals/ordinary-to-primitive.js ***!
1583
+ \*****************************************************************/
1584
+
1585
+ /*!*****************************************************************!*\
1586
+ !*** ./node_modules/core-js/internals/regexp-sticky-helpers.js ***!
1587
+ \*****************************************************************/
1588
+
1589
+ /*!*****************************************************************!*\
1590
+ !*** ./node_modules/core-js/internals/to-string-tag-support.js ***!
1591
+ \*****************************************************************/
1592
+
1593
+ /*!*****************************************************************!*\
1594
+ !*** ./node_modules/core-js/modules/es.iterator.constructor.js ***!
1595
+ \*****************************************************************/
1596
+
1597
+ /*!*****************************************************************!*\
1598
+ !*** ./node_modules/core-js/modules/esnext.set.intersection.js ***!
1599
+ \*****************************************************************/
1600
+
1601
+ /*!*****************************************************************!*\
1602
+ !*** ./node_modules/core-js/modules/esnext.set.is-subset-of.js ***!
1603
+ \*****************************************************************/
1604
+
1605
+ /*!******************************************************************!*\
1606
+ !*** ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js ***!
1607
+ \******************************************************************/
1608
+
1609
+ /*!******************************************************************!*\
1610
+ !*** ./node_modules/@babel/runtime/helpers/esm/toPropertyKey.js ***!
1611
+ \******************************************************************/
1612
+
1613
+ /*!******************************************************************!*\
1614
+ !*** ./node_modules/core-js/internals/array-method-is-strict.js ***!
1615
+ \******************************************************************/
1616
+
1617
+ /*!******************************************************************!*\
1618
+ !*** ./node_modules/core-js/internals/define-global-property.js ***!
1619
+ \******************************************************************/
1620
+
1621
+ /*!******************************************************************!*\
1622
+ !*** ./node_modules/core-js/internals/environment-user-agent.js ***!
1623
+ \******************************************************************/
1624
+
1625
+ /*!******************************************************************!*\
1626
+ !*** ./node_modules/core-js/internals/environment-v8-version.js ***!
1627
+ \******************************************************************/
1628
+
1629
+ /*!******************************************************************!*\
1630
+ !*** ./node_modules/core-js/internals/new-promise-capability.js ***!
1631
+ \******************************************************************/
1632
+
1633
+ /*!******************************************************************!*\
1634
+ !*** ./node_modules/core-js/internals/object-define-property.js ***!
1635
+ \******************************************************************/
1636
+
1637
+ /*!******************************************************************!*\
1638
+ !*** ./node_modules/core-js/internals/object-is-prototype-of.js ***!
1639
+ \******************************************************************/
1640
+
1641
+ /*!******************************************************************!*\
1642
+ !*** ./node_modules/core-js/internals/regexp-flags-detection.js ***!
1643
+ \******************************************************************/
1644
+
1645
+ /*!******************************************************************!*\
1646
+ !*** ./node_modules/core-js/internals/regexp-unsupported-ncg.js ***!
1647
+ \******************************************************************/
1648
+
1649
+ /*!******************************************************************!*\
1650
+ !*** ./node_modules/core-js/internals/to-integer-or-infinity.js ***!
1651
+ \******************************************************************/
1652
+
1653
+ /*!******************************************************************!*\
1654
+ !*** ./node_modules/core-js/modules/esnext.iterator.for-each.js ***!
1655
+ \******************************************************************/
1656
+
1657
+ /*!*******************************************************************!*\
1658
+ !*** ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js ***!
1659
+ \*******************************************************************/
1660
+
1661
+ /*!*******************************************************************!*\
1662
+ !*** ./node_modules/@babel/runtime/helpers/esm/defineProperty.js ***!
1663
+ \*******************************************************************/
1664
+
1665
+ /*!*******************************************************************!*\
1666
+ !*** ./node_modules/core-js/internals/correct-is-regexp-logic.js ***!
1667
+ \*******************************************************************/
1668
+
1669
+ /*!*******************************************************************!*\
1670
+ !*** ./node_modules/core-js/internals/document-create-element.js ***!
1671
+ \*******************************************************************/
1672
+
1673
+ /*!*******************************************************************!*\
1674
+ !*** ./node_modules/core-js/internals/object-get-prototype-of.js ***!
1675
+ \*******************************************************************/
1676
+
1677
+ /*!*******************************************************************!*\
1678
+ !*** ./node_modules/core-js/internals/object-set-prototype-of.js ***!
1679
+ \*******************************************************************/
1680
+
1681
+ /*!*******************************************************************!*\
1682
+ !*** ./node_modules/core-js/internals/v8-prototype-define-bug.js ***!
1683
+ \*******************************************************************/
1684
+
1685
+ /*!*******************************************************************!*\
1686
+ !*** ./node_modules/core-js/modules/esnext.set.is-superset-of.js ***!
1687
+ \*******************************************************************/
1688
+
1689
+ /*!********************************************************************!*\
1690
+ !*** ./node_modules/@babel/runtime/helpers/esm/nonIterableRest.js ***!
1691
+ \********************************************************************/
1692
+
1693
+ /*!********************************************************************!*\
1694
+ !*** ./node_modules/core-js/internals/correct-prototype-getter.js ***!
1695
+ \********************************************************************/
1696
+
1697
+ /*!********************************************************************!*\
1698
+ !*** ./node_modules/core-js/internals/define-built-in-accessor.js ***!
1699
+ \********************************************************************/
1700
+
1701
+ /*!********************************************************************!*\
1702
+ !*** ./node_modules/core-js/internals/dom-token-list-prototype.js ***!
1703
+ \********************************************************************/
1704
+
1705
+ /*!********************************************************************!*\
1706
+ !*** ./node_modules/core-js/internals/is-array-iterator-method.js ***!
1707
+ \********************************************************************/
1708
+
1709
+ /*!********************************************************************!*\
1710
+ !*** ./node_modules/core-js/internals/object-define-properties.js ***!
1711
+ \********************************************************************/
1712
+
1713
+ /*!********************************************************************!*\
1714
+ !*** ./node_modules/core-js/internals/require-object-coercible.js ***!
1715
+ \********************************************************************/
1716
+
1717
+ /*!********************************************************************!*\
1718
+ !*** ./node_modules/core-js/internals/set-symmetric-difference.js ***!
1719
+ \********************************************************************/
1720
+
1721
+ /*!********************************************************************!*\
1722
+ !*** ./node_modules/core-js/internals/weak-map-basic-detection.js ***!
1723
+ \********************************************************************/
1724
+
1725
+ /*!********************************************************************!*\
1726
+ !*** ./node_modules/core-js/internals/well-known-symbol-define.js ***!
1727
+ \********************************************************************/
1728
+
1729
+ /*!*********************************************************************!*\
1730
+ !*** ./node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js ***!
1731
+ \*********************************************************************/
1732
+
1733
+ /*!*********************************************************************!*\
1734
+ !*** ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js ***!
1735
+ \*********************************************************************/
1736
+
1737
+ /*!*********************************************************************!*\
1738
+ !*** ./node_modules/core-js/internals/array-species-constructor.js ***!
1739
+ \*********************************************************************/
1740
+
1741
+ /*!*********************************************************************!*\
1742
+ !*** ./node_modules/core-js/internals/create-iter-result-object.js ***!
1743
+ \*********************************************************************/
1744
+
1745
+ /*!*********************************************************************!*\
1746
+ !*** ./node_modules/core-js/internals/environment-is-ios-pebble.js ***!
1747
+ \*********************************************************************/
1748
+
1749
+ /*!*********************************************************************!*\
1750
+ !*** ./node_modules/core-js/internals/symbol-registry-detection.js ***!
1751
+ \*********************************************************************/
1752
+
1753
+ /*!*********************************************************************!*\
1754
+ !*** ./node_modules/core-js/internals/validate-arguments-length.js ***!
1755
+ \*********************************************************************/
1756
+
1757
+ /*!*********************************************************************!*\
1758
+ !*** ./node_modules/core-js/internals/well-known-symbol-wrapped.js ***!
1759
+ \*********************************************************************/
1760
+
1761
+ /*!*********************************************************************!*\
1762
+ !*** ./node_modules/core-js/modules/esnext.iterator.constructor.js ***!
1763
+ \*********************************************************************/
1764
+
1765
+ /*!*********************************************************************!*\
1766
+ !*** ./node_modules/core-js/modules/esnext.set.is-disjoint-from.js ***!
1767
+ \*********************************************************************/
1768
+
1769
+ /*!**********************************************************************!*\
1770
+ !*** ./node_modules/core-js/internals/create-property-descriptor.js ***!
1771
+ \**********************************************************************/
1772
+
1773
+ /*!**********************************************************************!*\
1774
+ !*** ./node_modules/core-js/internals/promise-native-constructor.js ***!
1775
+ \**********************************************************************/
1776
+
1777
+ /*!**********************************************************************!*\
1778
+ !*** ./node_modules/core-js/internals/regexp-unsupported-dot-all.js ***!
1779
+ \**********************************************************************/
1780
+
1781
+ /*!**********************************************************************!*\
1782
+ !*** ./node_modules/core-js/internals/symbol-define-to-primitive.js ***!
1783
+ \**********************************************************************/
1784
+
1785
+ /*!**********************************************************************!*\
1786
+ !*** ./node_modules/core-js/modules/web.dom-collections.for-each.js ***!
1787
+ \**********************************************************************/
1788
+
1789
+ /*!**********************************************************************!*\
1790
+ !*** ./node_modules/core-js/modules/web.dom-collections.iterator.js ***!
1791
+ \**********************************************************************/
1792
+
1793
+ /*!**********************************************************************!*\
1794
+ !*** ./node_modules/fast-png/lib-esm/helpers/decodeInterlaceNull.js ***!
1795
+ \**********************************************************************/
1796
+
1797
+ /*!***********************************************************************!*\
1798
+ !*** ./node_modules/core-js/internals/array-buffer-non-extensible.js ***!
1799
+ \***********************************************************************/
1800
+
1801
+ /*!***********************************************************************!*\
1802
+ !*** ./node_modules/core-js/internals/copy-constructor-properties.js ***!
1803
+ \***********************************************************************/
1804
+
1805
+ /*!***********************************************************************!*\
1806
+ !*** ./node_modules/core-js/internals/environment-is-webos-webkit.js ***!
1807
+ \***********************************************************************/
1808
+
1809
+ /*!***********************************************************************!*\
1810
+ !*** ./node_modules/core-js/internals/iterator-create-constructor.js ***!
1811
+ \***********************************************************************/
1812
+
1813
+ /*!***********************************************************************!*\
1814
+ !*** ./node_modules/fast-png/lib-esm/helpers/decodeInterlaceAdam7.js ***!
1815
+ \***********************************************************************/
1816
+
1817
+ /*!************************************************************************!*\
1818
+ !*** ./node_modules/core-js/internals/does-not-exceed-safe-integer.js ***!
1819
+ \************************************************************************/
1820
+
1821
+ /*!************************************************************************!*\
1822
+ !*** ./node_modules/core-js/internals/function-uncurry-this-clause.js ***!
1823
+ \************************************************************************/
1824
+
1825
+ /*!************************************************************************!*\
1826
+ !*** ./node_modules/core-js/internals/symbol-constructor-detection.js ***!
1827
+ \************************************************************************/
1828
+
1829
+ /*!*************************************************************************!*\
1830
+ !*** ./node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js ***!
1831
+ \*************************************************************************/
1832
+
1833
+ /*!*************************************************************************!*\
1834
+ !*** ./node_modules/core-js/internals/object-get-own-property-names.js ***!
1835
+ \*************************************************************************/
1836
+
1837
+ /*!*************************************************************************!*\
1838
+ !*** ./node_modules/core-js/internals/object-property-is-enumerable.js ***!
1839
+ \*************************************************************************/
1840
+
1841
+ /*!*************************************************************************!*\
1842
+ !*** ./node_modules/core-js/internals/promise-constructor-detection.js ***!
1843
+ \*************************************************************************/
1844
+
1845
+ /*!*************************************************************************!*\
1846
+ !*** ./node_modules/core-js/modules/esnext.set.symmetric-difference.js ***!
1847
+ \*************************************************************************/
1848
+
1849
+ /*!**************************************************************************!*\
1850
+ !*** ./node_modules/core-js/internals/check-correctness-of-iteration.js ***!
1851
+ \**************************************************************************/
1852
+
1853
+ /*!**************************************************************************!*\
1854
+ !*** ./node_modules/core-js/internals/create-non-enumerable-property.js ***!
1855
+ \**************************************************************************/
1856
+
1857
+ /*!**************************************************************************!*\
1858
+ !*** ./node_modules/core-js/internals/function-uncurry-this-accessor.js ***!
1859
+ \**************************************************************************/
1860
+
1861
+ /*!***************************************************************************!*\
1862
+ !*** ./node_modules/core-js/internals/object-get-own-property-symbols.js ***!
1863
+ \***************************************************************************/
1864
+
1865
+ /*!****************************************************************************!*\
1866
+ !*** ./node_modules/core-js/internals/array-method-has-species-support.js ***!
1867
+ \****************************************************************************/
1868
+
1869
+ /*!****************************************************************************!*\
1870
+ !*** ./node_modules/core-js/internals/call-with-safe-iteration-closing.js ***!
1871
+ \****************************************************************************/
1872
+
1873
+ /*!****************************************************************************!*\
1874
+ !*** ./node_modules/core-js/modules/es.object.get-own-property-symbols.js ***!
1875
+ \****************************************************************************/
1876
+
1877
+ /*!******************************************************************************!*\
1878
+ !*** ./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js ***!
1879
+ \******************************************************************************/
1880
+
1881
+ /*!******************************************************************************!*\
1882
+ !*** ./node_modules/core-js/internals/object-get-own-property-descriptor.js ***!
1883
+ \******************************************************************************/
1884
+
1885
+ /*!*******************************************************************************!*\
1886
+ !*** ./node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js ***!
1887
+ \*******************************************************************************/
1888
+
1889
+ /*!*******************************************************************************!*\
1890
+ !*** ./node_modules/core-js/internals/promise-statics-incorrect-iteration.js ***!
1891
+ \*******************************************************************************/
1892
+
1893
+ /*!**********************************************************************************!*\
1894
+ !*** ./node_modules/core-js/internals/object-get-own-property-names-external.js ***!
1895
+ \**********************************************************************************/
1896
+
1897
+ /*!**************************************************************************************!*\
1898
+ !*** ./node_modules/core-js/internals/iterator-helper-throws-on-invalid-iterator.js ***!
1899
+ \**************************************************************************************/
1900
+
1901
+ /*!******************************************************************************************!*\
1902
+ !*** ./node_modules/core-js/internals/iterator-helper-without-closing-on-early-error.js ***!
1903
+ \******************************************************************************************/
1904
+
1905
+ /**
1906
+ * @license
1907
+ Copyright (c) 2008, Adobe Systems Incorporated
1908
+ All rights reserved.
1909
+
1910
+ Redistribution and use in source and binary forms, with or without
1911
+ modification, are permitted provided that the following conditions are
1912
+ met:
1913
+
1914
+ * Redistributions of source code must retain the above copyright notice,
1915
+ this list of conditions and the following disclaimer.
1916
+
1917
+ * Redistributions in binary form must reproduce the above copyright
1918
+ notice, this list of conditions and the following disclaimer in the
1919
+ documentation and/or other materials provided with the distribution.
1920
+
1921
+ * Neither the name of Adobe Systems Incorporated nor the names of its
1922
+ contributors may be used to endorse or promote products derived from
1923
+ this software without specific prior written permission.
1924
+
1925
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
1926
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
1927
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1928
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
1929
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
1930
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1931
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1932
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1933
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1934
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1935
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1936
+ */
1937
+
1938
+ /**
1939
+ * @license
1940
+ *
1941
+ * Licensed under the MIT License.
1942
+ * http://opensource.org/licenses/mit-license
1943
+ */
1944
+
1945
+ /**
1946
+ * @license
1947
+ * (c) Dean McNamee <dean@gmail.com>, 2013.
1948
+ *
1949
+ * https://github.com/deanm/omggif
1950
+ *
1951
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
1952
+ * of this software and associated documentation files (the "Software"), to
1953
+ * deal in the Software without restriction, including without limitation the
1954
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
1955
+ * sell copies of the Software, and to permit persons to whom the Software is
1956
+ * furnished to do so, subject to the following conditions:
1957
+ *
1958
+ * The above copyright notice and this permission notice shall be included in
1959
+ * all copies or substantial portions of the Software.
1960
+ *
1961
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1962
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1963
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1964
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1965
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1966
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1967
+ * IN THE SOFTWARE.
1968
+ *
1969
+ * omggif is a JavaScript implementation of a GIF 89a encoder and decoder,
1970
+ * including animation and compression. It does not rely on any specific
1971
+ * underlying system, so should run in the browser, Node, or Plask.
1972
+ */
1973
+
1974
+ /**
1975
+ * @license
1976
+ * Copyright (c) 2014 Steven Spungin (TwelveTone LLC) steven@twelvetone.tv
1977
+ *
1978
+ * Licensed under the MIT License.
1979
+ * http://opensource.org/licenses/mit-license
1980
+ */
1981
+
1982
+ /**
1983
+ * @license
1984
+ * Copyright (c) 2017 Aras Abbasi
1985
+ *
1986
+ * Licensed under the MIT License.
1987
+ * http://opensource.org/licenses/mit-license
1988
+ */
1989
+
1990
+ /**
1991
+ * @license
1992
+ * Copyright (c) 2018 Aras Abbasi
1993
+ *
1994
+ * Licensed under the MIT License.
1995
+ * http://opensource.org/licenses/mit-license
1996
+ */
1997
+
1998
+ /**
1999
+ * @license
2000
+ * Copyright (c) 2019 Aras Abbasi
2001
+ *
2002
+ * Licensed under the MIT License.
2003
+ * http://opensource.org/licenses/mit-license
2004
+ */
2005
+
2006
+ /**
2007
+ * @license
2008
+ * FPDF is released under a permissive license: there is no usage restriction.
2009
+ * You may embed it freely in your application (commercial or not), with or
2010
+ * without modifications.
2011
+ *
2012
+ * Reference: http://www.fpdf.org/en/script/script37.php
2013
+ */
2014
+
2015
+ /**
2016
+ * @license
2017
+ * Joseph Myers does not specify a particular license for his work.
2018
+ *
2019
+ * Author: Joseph Myers
2020
+ * Accessed from: http://www.myersdaily.org/joseph/javascript/md5.js
2021
+ *
2022
+ * Modified by: Owen Leong
2023
+ */
2024
+
2025
+ /**
2026
+ * @license
2027
+ * Licensed under the MIT License.
2028
+ * http://opensource.org/licenses/mit-license
2029
+ * Author: Owen Leong (@owenl131)
2030
+ * Date: 15 Oct 2020
2031
+ * References:
2032
+ * https://www.cs.cmu.edu/~dst/Adobe/Gallery/anon21jul01-pdf-encryption.txt
2033
+ * https://github.com/foliojs/pdfkit/blob/master/lib/security.js
2034
+ * http://www.fpdf.org/en/script/script37.php
2035
+ */
2036
+
2037
+ /**
2038
+ * @license
2039
+ * Licensed under the MIT License.
2040
+ * http://opensource.org/licenses/mit-license
2041
+ */
2042
+
2043
+ /**
2044
+ * @license
2045
+ * Unicode Bidi Engine based on the work of Alex Shensis (@asthensis)
2046
+ * MIT License
2047
+ */
2048
+
2049
+ /**
2050
+ * @license
2051
+ * jsPDF fileloading PlugIn
2052
+ * Copyright (c) 2018 Aras Abbasi (aras.abbasi@gmail.com)
2053
+ *
2054
+ * Licensed under the MIT License.
2055
+ * http://opensource.org/licenses/mit-license
2056
+ */
2057
+
2058
+ /**
2059
+ * @license
2060
+ * jsPDF filters PlugIn
2061
+ * Copyright (c) 2014 Aras Abbasi
2062
+ *
2063
+ * Licensed under the MIT License.
2064
+ * http://opensource.org/licenses/mit-license
2065
+ */
2066
+
2067
+ /**
2068
+ * @license
2069
+ * jsPDF virtual FileSystem functionality
2070
+ *
2071
+ * Licensed under the MIT License.
2072
+ * http://opensource.org/licenses/mit-license
2073
+ */
2074
+
2075
+ /**
2076
+ * A class to parse color values
2077
+ * @author Stoyan Stefanov <sstoo@gmail.com>
2078
+ * {@link http://www.phpied.com/rgb-color-parser-in-javascript/}
2079
+ * @license Use it if you like it
2080
+ */
2081
+
2082
+ /** ====================================================================
2083
+ * @license
2084
+ * jsPDF XMP metadata plugin
2085
+ * Copyright (c) 2016 Jussi Utunen, u-jussi@suomi24.fi
2086
+ *
2087
+ * Permission is hereby granted, free of charge, to any person obtaining
2088
+ * a copy of this software and associated documentation files (the
2089
+ * "Software"), to deal in the Software without restriction, including
2090
+ * without limitation the rights to use, copy, modify, merge, publish,
2091
+ * distribute, sublicense, and/or sell copies of the Software, and to
2092
+ * permit persons to whom the Software is furnished to do so, subject to
2093
+ * the following conditions:
2094
+ *
2095
+ * The above copyright notice and this permission notice shall be
2096
+ * included in all copies or substantial portions of the Software.
2097
+ *
2098
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2099
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2100
+ * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2101
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
2102
+ * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
2103
+ * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2104
+ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2105
+ * ====================================================================
2106
+ */
2107
+
2108
+ /** @license
2109
+ * Copyright (c) 2017 Dominik Homberger
2110
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2111
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2112
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2113
+ https://webpjs.appspot.com
2114
+ WebPRiffParser dominikhlbg@gmail.com
2115
+ */