UNPKG

@megavr/ecsy-babylon

Version:

babylon.js ecsy binding and helpers

4 lines (3 loc) 99 B
import * as EB from "./index"; declare global { interface Window { EB: any; } } window.EB = EB;