move draw logic to separate package
This commit is contained in:
parent
94dd547a74
commit
6ce8a3feba
22 changed files with 78 additions and 59 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { getDrawContext, silence } from '@strudel/core';
|
||||
import { silence } from '@strudel/core';
|
||||
import { getDrawContext } from '@strudel/canvas';
|
||||
import { transpiler } from '@strudel/transpiler';
|
||||
import { getAudioContext, webaudioOutput } from '@strudel/webaudio';
|
||||
import { StrudelMirror, codemirrorSettings } from '@strudel/codemirror';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue