rm dependency
This commit is contained in:
parent
9e233fe587
commit
a32bb58fb3
2 changed files with 2 additions and 4 deletions
|
|
@ -2,7 +2,6 @@ import { persistentMap } from '@nanostores/persistent';
|
|||
import { useStore } from '@nanostores/react';
|
||||
import { register } from '@strudel/core';
|
||||
import { isUdels } from './repl/util.mjs';
|
||||
import { DEFAULT_AUDIO_DEVICE_NAME } from '@strudel/webaudio';
|
||||
|
||||
export const audioEngineTargets = {
|
||||
webaudio: 'webaudio',
|
||||
|
|
@ -35,7 +34,6 @@ export const defaultSettings = {
|
|||
isPanelOpen: true,
|
||||
togglePanelTrigger: 'click', //click | hover
|
||||
userPatterns: '{}',
|
||||
audioDeviceName: DEFAULT_AUDIO_DEVICE_NAME,
|
||||
audioEngineTarget: audioEngineTargets.webaudio,
|
||||
isButtonRowHidden: false,
|
||||
isCSSAnimationDisabled: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue