@needle-tools/gltf-progressive 1.0.0-alpha.17 → 1.0.0-alpha.18
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/CHANGELOG.md +1 -1
- package/README.md +81 -0
- package/examples/react-three-fiber/favicon.png +0 -0
- package/examples/react-three-fiber/index.html +5 -7
- package/examples/react-three-fiber/package-lock.json +223 -2
- package/examples/react-three-fiber/package.json +2 -1
- package/examples/react-three-fiber/vite.config.js +2 -7
- package/package.json +1 -1
- package/examples/react-three-fiber/dist/assets/index-1558b86e.css +0 -1
- package/examples/react-three-fiber/dist/assets/index-a23e0239.js +0 -4003
- package/examples/react-three-fiber/dist/index.html +0 -28
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<link rel="icon" href="favicon.ico">
|
|
6
|
-
<meta name="viewport" content="width=device-width, user-scalable=no">
|
|
7
|
-
|
|
8
|
-
<title>Made with Needle</title>
|
|
9
|
-
<meta name="description" content="🌵 Made with Needle Engine">
|
|
10
|
-
<meta name="twitter:card" content="summary_large_image">
|
|
11
|
-
<meta property="og:title" content="Made with Needle" />
|
|
12
|
-
<meta property="og:description" content="🌵 Made with Needle Engine" />
|
|
13
|
-
|
|
14
|
-
<meta property="twitter:image" content="" />
|
|
15
|
-
<meta property="og:image" content="" />
|
|
16
|
-
|
|
17
|
-
<meta name="robots" content="index,follow">
|
|
18
|
-
<meta name="url" content="http://needle.tools">
|
|
19
|
-
<link rel="stylesheet" href="./src/style.css">
|
|
20
|
-
<script type="module" crossorigin src="./assets/index-a23e0239.js"></script>
|
|
21
|
-
<link rel="stylesheet" href="./assets/index-1558b86e.css">
|
|
22
|
-
</head>
|
|
23
|
-
|
|
24
|
-
<body>
|
|
25
|
-
|
|
26
|
-
<div id="root" style="width:100vw; height:100vh;"></div>
|
|
27
|
-
</body>
|
|
28
|
-
</html>
|