mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-18 00:58:35 +00:00
7 lines
240 B
JavaScript
7 lines
240 B
JavaScript
import { getFontBufferSource } from './fontloader.mjs';
|
|
import * as soundfontList from './list.mjs';
|
|
|
|
globalThis.getFontBufferSource = getFontBufferSource;
|
|
globalThis.soundfontList = soundfontList;
|
|
globalThis.soundfontList = soundfontList;
|