fix: worklets now work in the tutorial again
This commit is contained in:
parent
483c3f61b5
commit
2293f1ba15
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ import Tutorial from './tutorial.rendered.mdx';
|
|||
// import ApiDoc from './ApiDoc';
|
||||
import './style.scss';
|
||||
import '@strudel.cycles/react/dist/style.css';
|
||||
import { initAudioOnFirstClick } from '@strudel.cycles/webaudio';
|
||||
|
||||
initAudioOnFirstClick();
|
||||
|
||||
ReactDOM.render(
|
||||
<React.StrictMode>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue