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