mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-05 06:57:35 -04: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;
|