We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e1c72 commit 49a93a7Copy full SHA for 49a93a7
index.html
@@ -4,7 +4,7 @@
4
<script type="module">
5
import 'https://cdn.jsdelivr.net/npm/@theatre/[email protected]/dist/core-only.min.js'
6
const { core } = Theatre
7
- import projectState from '/theatre-project-state.json' assert { type: 'json' }
+ import projectState from '/aframe/theatre-project-state.json' assert { type: 'json' }
8
9
window.rafDriver = core.createRafDriver({ name: 'a-frame raf' }) //create custom rafDriver
10
0 commit comments