Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryhou77 authored Feb 5, 2024
1 parent 648d1ef commit 0c28277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<script type="module">
import 'https://cdn.jsdelivr.net/npm/@theatre/[email protected]/dist/core-only.min.js'
const { core } = Theatre
import projectState from './aframe/theatre-project-state.json' assert { type: 'json' }
import projectState from 'https://jerryhou77.github.io/aframe/theatre-project-state.json' assert { type: 'json' }

window.rafDriver = core.createRafDriver({ name: 'a-frame raf' }) //create custom rafDriver

Expand Down

0 comments on commit 0c28277

Please sign in to comment.