import tone always from @strudel/tone

This commit is contained in:
Felix Roos 2022-03-25 21:35:41 +01:00
parent edba815b0b
commit 65deb7df1d
9 changed files with 14 additions and 10 deletions

View file

@ -1,4 +1,4 @@
import * as Tone from 'tone';
import { Tone } from '@strudel/tone';
import { Pattern } from '@strudel/core';
export const getDrawContext = (id = 'test-canvas') => {