Skip to content

Commit 0b935f7

Browse files
committed
wip
1 parent 1c6627e commit 0b935f7

File tree

5 files changed

+120
-4
lines changed

5 files changed

+120
-4
lines changed

chess3d/build/asset-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"files": {
33
"main.css": "./static/css/main.f636d813.css",
4-
"main.js": "./static/js/main.c566706a.js",
4+
"main.js": "./static/js/main.c804221f.js",
55
"index.html": "./index.html",
66
"main.f636d813.css.map": "./static/css/main.f636d813.css.map",
7-
"main.c566706a.js.map": "./static/js/main.c566706a.js.map"
7+
"main.c804221f.js.map": "./static/js/main.c804221f.js.map"
88
},
99
"entrypoints": [
1010
"static/css/main.f636d813.css",
11-
"static/js/main.c566706a.js"
11+
"static/js/main.c804221f.js"
1212
]
1313
}

chess3d/build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta content="width=device-width,initial-scale=1" name="viewport"/><title>Chess 3D</title><script defer="defer" src="./static/js/main.c566706a.js"></script><link href="./static/css/main.f636d813.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta content="width=device-width,initial-scale=1" name="viewport"/><title>Chess 3D</title><script defer="defer" src="./static/js/main.c804221f.js"></script><link href="./static/css/main.f636d813.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

chess3d/build/static/js/main.c804221f.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
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+
*/

chess3d/build/static/js/main.c804221f.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)