@needle-tools/gltf-progressive 2.1.2 → 2.1.4

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.
@@ -1,24 +1,24 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <link rel="icon" href="favicon.png">
6
- <meta name="viewport" content="width=device-width, user-scalable=no">
7
-
8
- <title>react-three-fiber with progressive loading</title>
9
- <meta name="description" content="🌵 gltf-progressive example">
10
- <meta name="twitter:card" content="summary_large_image">
11
- <meta property="og:title" content="react-three-fiber with progressive loading" />
12
- <meta property="og:description" content="🌵 gltf-progressive example" />
13
- <meta property="twitter:image" content="" />
14
- <meta property="og:image" content="" />
15
-
16
- <meta name="robots" content="index,follow">
17
- <link rel="stylesheet" href="./src/style.css">
18
- </head>
19
-
20
- <body>
21
- <script type="module" src="./src/index.tsx"></script>
22
- <div id="root" style="width:100vw; height:100vh;"></div>
23
- </body>
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <link rel="icon" href="favicon.png">
6
+ <meta name="viewport" content="width=device-width, user-scalable=no">
7
+
8
+ <title>react-three-fiber with progressive loading</title>
9
+ <meta name="description" content="🌵 gltf-progressive example">
10
+ <meta name="twitter:card" content="summary_large_image">
11
+ <meta property="og:title" content="react-three-fiber with progressive loading" />
12
+ <meta property="og:description" content="🌵 gltf-progressive example" />
13
+ <meta property="twitter:image" content="" />
14
+ <meta property="og:image" content="" />
15
+
16
+ <meta name="robots" content="index,follow">
17
+ <link rel="stylesheet" href="./src/style.css">
18
+ </head>
19
+
20
+ <body>
21
+ <script type="module" src="./src/index.tsx"></script>
22
+ <div id="root" style="width:100vw; height:100vh;"></div>
23
+ </body>
24
24
  </html>