mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-12 22:15:27 -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