add autodraw flag
This commit is contained in:
parent
7fcd9d8a83
commit
c29d032027
2 changed files with 4 additions and 3 deletions
|
|
@ -52,6 +52,7 @@ export function MicroRepl({
|
|||
defaultOutput: webaudioOutput,
|
||||
getTime: () => getAudioContext().currentTime,
|
||||
transpiler,
|
||||
autodraw: !!shouldDraw,
|
||||
root: containerRef.current,
|
||||
initialCode: '// LOADING',
|
||||
pattern: silence,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue