move Framer + Drawer to core

... from vite-vanilla-repl-cm6
This commit is contained in:
Felix Roos 2023-05-05 16:06:11 +02:00
parent 9039600f6d
commit 9807c4b7a1
4 changed files with 96 additions and 232 deletions

View file

@ -2,9 +2,8 @@
import { StrudelMirror } from '@strudel/codemirror';
import { initStrudel } from './strudel';
import { Drawer } from './drawer';
import { funk42 } from './tunes';
import { pianoroll, getDrawOptions } from '@strudel.cycles/core';
import { pianoroll, getDrawOptions, Drawer } from '@strudel.cycles/core';
import './style.css';
const repl = initStrudel();