rename: canvas -> draw

This commit is contained in:
Felix Roos 2024-03-07 13:24:52 +01:00
parent 75098adbdb
commit 0f07bfc9d7
26 changed files with 43 additions and 43 deletions

View file

@ -5,7 +5,7 @@ This program is free software: you can redistribute it and/or modify it under th
*/
import { code2hash, logger, silence } from '@strudel/core';
import { getDrawContext } from '@strudel/canvas';
import { getDrawContext } from '@strudel/draw';
import cx from '@src/cx.mjs';
import { transpiler } from '@strudel/transpiler';
import {

View file

@ -72,7 +72,7 @@ export async function getRandomTune() {
export function loadModules() {
let modules = [
import('@strudel/core'),
import('@strudel/canvas'),
import('@strudel/draw'),
import('@strudel/tonal'),
import('@strudel/mini'),
import('@strudel/xen'),