rename: canvas -> draw
This commit is contained in:
parent
75098adbdb
commit
0f07bfc9d7
26 changed files with 43 additions and 43 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Pattern, clamp } from '@strudel/core';
|
||||
import { getDrawContext } from '@strudel/canvas';
|
||||
import { getDrawContext } from '../draw/index.mjs';
|
||||
import { analyser, getAnalyzerData } from 'superdough';
|
||||
|
||||
export function drawTimeScope(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue