mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-21 20:55:12 -04:00
305715277c
+ add mechanism to get a module by name from dynamic imports
10 lines
178 B
JavaScript
10 lines
178 B
JavaScript
import './tonal.mjs';
|
|
import './voicings.mjs';
|
|
|
|
export * from './tonal.mjs';
|
|
export * from './voicings.mjs';
|
|
|
|
import './ireal.mjs';
|
|
|
|
export const packageName = '@strudel/tonal';
|