|
| 1 | +/*! |
| 2 | + * html2canvas 1.4.1 <https://html2canvas.hertzen.com> |
| 3 | + * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com> |
| 4 | + * Released under MIT License |
| 5 | + */ |
| 6 | + |
| 7 | +/*! ***************************************************************************** |
| 8 | + Copyright (c) Microsoft Corporation. |
| 9 | + Permission to use, copy, modify, and/or distribute this software for any |
| 10 | + purpose with or without fee is hereby granted. |
| 11 | + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH |
| 12 | + REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY |
| 13 | + AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, |
| 14 | + INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM |
| 15 | + LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR |
| 16 | + OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 17 | + PERFORMANCE OF THIS SOFTWARE. |
| 18 | + ***************************************************************************** */ |
| 19 | + |
| 20 | +/** |
| 21 | + * @license |
| 22 | + * Copyright 2010-2024 Three.js Authors |
| 23 | + * SPDX-License-Identifier: MIT |
| 24 | + */ |
| 25 | + |
| 26 | +/** |
| 27 | + * @license React |
| 28 | + * react-dom.production.min.js |
| 29 | + * |
| 30 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 31 | + * |
| 32 | + * This source code is licensed under the MIT license found in the |
| 33 | + * LICENSE file in the root directory of this source tree. |
| 34 | + */ |
| 35 | + |
| 36 | +/** |
| 37 | + * @license React |
| 38 | + * react-jsx-runtime.production.min.js |
| 39 | + * |
| 40 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 41 | + * |
| 42 | + * This source code is licensed under the MIT license found in the |
| 43 | + * LICENSE file in the root directory of this source tree. |
| 44 | + */ |
| 45 | + |
| 46 | +/** |
| 47 | + * @license React |
| 48 | + * react-reconciler-constants.production.min.js |
| 49 | + * |
| 50 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 51 | + * |
| 52 | + * This source code is licensed under the MIT license found in the |
| 53 | + * LICENSE file in the root directory of this source tree. |
| 54 | + */ |
| 55 | + |
| 56 | +/** |
| 57 | + * @license React |
| 58 | + * react-reconciler.production.min.js |
| 59 | + * |
| 60 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 61 | + * |
| 62 | + * This source code is licensed under the MIT license found in the |
| 63 | + * LICENSE file in the root directory of this source tree. |
| 64 | + */ |
| 65 | + |
| 66 | +/** |
| 67 | + * @license React |
| 68 | + * react.production.min.js |
| 69 | + * |
| 70 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 71 | + * |
| 72 | + * This source code is licensed under the MIT license found in the |
| 73 | + * LICENSE file in the root directory of this source tree. |
| 74 | + */ |
| 75 | + |
| 76 | +/** |
| 77 | + * @license React |
| 78 | + * scheduler.production.min.js |
| 79 | + * |
| 80 | + * Copyright (c) Facebook, Inc. and its affiliates. |
| 81 | + * |
| 82 | + * This source code is licensed under the MIT license found in the |
| 83 | + * LICENSE file in the root directory of this source tree. |
| 84 | + */ |
| 85 | + |
| 86 | +/** |
| 87 | + * @remix-run/router v1.19.0 |
| 88 | + * |
| 89 | + * Copyright (c) Remix Software Inc. |
| 90 | + * |
| 91 | + * This source code is licensed under the MIT license found in the |
| 92 | + * LICENSE.md file in the root directory of this source tree. |
| 93 | + * |
| 94 | + * @license MIT |
| 95 | + */ |
| 96 | + |
| 97 | +/** |
| 98 | + * React Router DOM v6.26.0 |
| 99 | + * |
| 100 | + * Copyright (c) Remix Software Inc. |
| 101 | + * |
| 102 | + * This source code is licensed under the MIT license found in the |
| 103 | + * LICENSE.md file in the root directory of this source tree. |
| 104 | + * |
| 105 | + * @license MIT |
| 106 | + */ |
| 107 | + |
| 108 | +/** |
| 109 | + * React Router v6.26.0 |
| 110 | + * |
| 111 | + * Copyright (c) Remix Software Inc. |
| 112 | + * |
| 113 | + * This source code is licensed under the MIT license found in the |
| 114 | + * LICENSE.md file in the root directory of this source tree. |
| 115 | + * |
| 116 | + * @license MIT |
| 117 | + */ |
0 commit comments