move draw logic to separate package
This commit is contained in:
parent
94dd547a74
commit
6ce8a3feba
22 changed files with 78 additions and 59 deletions
|
|
@ -12,7 +12,8 @@ import {
|
|||
lineNumbers,
|
||||
drawSelection,
|
||||
} from '@codemirror/view';
|
||||
import { Pattern, Drawer, repl, cleanupDraw } from '@strudel/core';
|
||||
import { Pattern, repl } from '@strudel/core';
|
||||
import { Drawer, cleanupDraw } from '@strudel/canvas';
|
||||
import { isAutoCompletionEnabled } from './autocomplete.mjs';
|
||||
import { isTooltipEnabled } from './tooltip.mjs';
|
||||
import { flash, isFlashEnabled } from './flash.mjs';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue