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 1f93287 commit 88c21afCopy full SHA for 88c21af
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 './theatre-project-state.json' assert { type: 'json' }
8
9
window.rafDriver = core.createRafDriver({ name: 'a-frame raf' }) //create custom rafDriver
10
0 commit comments