mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-31 00:34:25 -04:00
added json assertion
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Pattern, toMidi } from '@strudel.cycles/core';
|
||||
import { samples } from '@strudel.cycles/webaudio';
|
||||
import EmuSP12 from '../public/EmuSP12.json';
|
||||
import EmuSP12 from '../public/EmuSP12.json' assert {type: "json"};
|
||||
|
||||
export function prebake() {
|
||||
samples(
|
||||
|
||||
Reference in New Issue
Block a user