added json assertion
This commit is contained in:
parent
611d216bb0
commit
b11003c472
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue