mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-27 12:33:16 -04:00
fix import
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Pattern, patternify2 } from './strudel.mjs';
|
||||
import { Pattern, patternify2 } from './index.mjs';
|
||||
|
||||
const synth = window?.speechSynthesis;
|
||||
let allVoices = synth?.getVoices();
|
||||
|
||||
Reference in New Issue
Block a user