import { sound } from './index'; /** * For browser bundle, we'll wrap everything in a single default export. * This will be accessible from `PIXI.sound`. For the ESM/CJS bundles * we export everything as named. * @ignore */ export default sound;