There was an error while loading. Please reload this page.
1 parent 49b20d6 commit 9a406d0Copy full SHA for 9a406d0
2 files changed
src/index.html
@@ -3,6 +3,7 @@
3
<head>
4
<title>JavaScript Sandbox</title>
5
<meta charset="UTF-8" />
6
+ <link rel="stylesheet" href="styles.css" />
7
</head>
8
9
<body>
@@ -50,7 +51,7 @@ <h2>Export SketchFab Annotations to MorphoSource Annotations</h2>
50
51
<span>SketchFab Viewer (For Debug)</span>
52
<div class="container">
53
<div class="iframe-container">
- <iframe title="Sketchfab Viewer" src="#" id="api-frame"></iframe>
54
+ <iframe title="Sketchfab Viewer" id="api-frame"></iframe>
55
</div>
56
<div class="controls" id="controls">
57
<pre id="Info"></pre>
src/index.mjs
@@ -1,4 +1,3 @@
1
-import "./styles.css";
2
import Sketchfab from "@sketchfab/viewer-api";
// Sketchfab Viewer API: Start/Stop the viewer
0 commit comments