memlnaut-nisps/playground/js/shapeseq/event-bus.js
w1n5t0n 3f4ffcd4f9 refactor(event-bus): extract to shared module
The EventBus was duplicated inside shapeseq/ but is used by other
playground code too. Move the canonical implementation to js/event-bus.js
and turn the shapeseq copy into a re-export shim.
2026-04-06 23:18:47 +01:00

2 lines
145 B
JavaScript

// playground/js/shapeseq/event-bus.js — re-exports from shared module
export { EventBus, SEQ, ML, UI, getDefaultBus } from '../event-bus.js';