UNPKG

@pixi/sound

Version:

WebAudio API playback library with filters

9 lines (8 loc) 251 B
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;