mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-19 18:41:58 -04:00
move draw logic to separate package
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Pattern, getDrawContext, clamp } from '@strudel/core';
|
||||
import { Pattern, clamp } from '@strudel/core';
|
||||
import { getDrawContext } from '@strudel/canvas';
|
||||
import { analyser, getAnalyzerData } from 'superdough';
|
||||
|
||||
export function drawTimeScope(
|
||||
|
||||
Reference in New Issue
Block a user