UNPKG

spessasynth_lib

Version:

MIDI and SoundFont2/DLS library for the browsers with no compromises

12 lines (7 loc) 251 B
/** * other.js * purpose: contains some useful functions that don't belong in any specific category */ import { SpessaSynthCoreUtils } from "spessasynth_core"; const consoleColors = SpessaSynthCoreUtils.consoleColors; export { consoleColors };