|
| 1 | +/*! |
| 2 | +Custom build of Typr.ts (https://github.com/fredli74/Typr.ts) for use in Troika text rendering. |
| 3 | +Original MIT license applies: https://github.com/fredli74/Typr.ts/blob/master/LICENSE |
| 4 | +*/ |
| 5 | + |
| 6 | +/*! |
| 7 | +Custom bundle of @unicode-font-resolver/client v1.0.2 (https://github.com/lojjic/unicode-font-resolver) |
| 8 | +for use in Troika text rendering. |
| 9 | +Original MIT license applies |
| 10 | +*/ |
| 11 | + |
| 12 | +/*! |
| 13 | +Custom bundle of woff2otf (https://github.com/arty-name/woff2otf) with fflate |
| 14 | +(https://github.com/101arrowz/fflate) for use in Troika text rendering. |
| 15 | +Original licenses apply: |
| 16 | +- fflate: https://github.com/101arrowz/fflate/blob/master/LICENSE (MIT) |
| 17 | +- woff2otf.js: https://github.com/arty-name/woff2otf/blob/master/woff2otf.js (Apache2) |
| 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 | + * @license qrcode.react |
| 88 | + * Copyright (c) Paul O'Shannessy |
| 89 | + * SPDX-License-Identifier: ISC |
| 90 | + */ |
| 91 | + |
| 92 | +/** |
| 93 | + * @remix-run/router v1.18.0 |
| 94 | + * |
| 95 | + * Copyright (c) Remix Software Inc. |
| 96 | + * |
| 97 | + * This source code is licensed under the MIT license found in the |
| 98 | + * LICENSE.md file in the root directory of this source tree. |
| 99 | + * |
| 100 | + * @license MIT |
| 101 | + */ |
| 102 | + |
| 103 | +/** |
| 104 | + * React Router v6.25.1 |
| 105 | + * |
| 106 | + * Copyright (c) Remix Software Inc. |
| 107 | + * |
| 108 | + * This source code is licensed under the MIT license found in the |
| 109 | + * LICENSE.md file in the root directory of this source tree. |
| 110 | + * |
| 111 | + * @license MIT |
| 112 | + */ |
0 commit comments