Skip to content

Commit

Permalink
chess3d
Browse files Browse the repository at this point in the history
  • Loading branch information
acharneski committed Jul 31, 2024
1 parent bdd90ef commit 6079600
Show file tree
Hide file tree
Showing 5 changed files with 114 additions and 4 deletions.
6 changes: 3 additions & 3 deletions chess3d/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "./static/css/main.f636d813.css",
"main.js": "./static/js/main.2fb9405f.js",
"main.js": "./static/js/main.8fe174e7.js",
"index.html": "./index.html",
"main.f636d813.css.map": "./static/css/main.f636d813.css.map",
"main.2fb9405f.js.map": "./static/js/main.2fb9405f.js.map"
"main.8fe174e7.js.map": "./static/js/main.8fe174e7.js.map"
},
"entrypoints": [
"static/css/main.f636d813.css",
"static/js/main.2fb9405f.js"
"static/js/main.8fe174e7.js"
]
}
2 changes: 1 addition & 1 deletion chess3d/build/index.html
Original file line number Diff line number Diff line change
@@ -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.2fb9405f.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>
<!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.8fe174e7.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>
3 changes: 3 additions & 0 deletions chess3d/build/static/js/main.8fe174e7.js

Large diffs are not rendered by default.

106 changes: 106 additions & 0 deletions chess3d/build/static/js/main.8fe174e7.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
/*!
Custom build of Typr.ts (https://github.com/fredli74/Typr.ts) for use in Troika text rendering.
Original MIT license applies: https://github.com/fredli74/Typr.ts/blob/master/LICENSE
*/

/*!
Custom bundle of @unicode-font-resolver/client v1.0.2 (https://github.com/lojjic/unicode-font-resolver)
for use in Troika text rendering.
Original MIT license applies
*/

/*!
Custom bundle of woff2otf (https://github.com/arty-name/woff2otf) with fflate
(https://github.com/101arrowz/fflate) for use in Troika text rendering.
Original licenses apply:
- fflate: https://github.com/101arrowz/fflate/blob/master/LICENSE (MIT)
- woff2otf.js: https://github.com/arty-name/woff2otf/blob/master/woff2otf.js (Apache2)
*/

/**
* @license
* Copyright 2010-2024 Three.js Authors
* SPDX-License-Identifier: MIT
*/

/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-reconciler-constants.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-reconciler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @remix-run/router v1.18.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/**
* React Router v6.25.1
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
1 change: 1 addition & 0 deletions chess3d/build/static/js/main.8fe174e7.js.map

Large diffs are not rendered by default.

0 comments on commit 6079600

Please sign in to comment.