github pixijs/sound v4.0.0

latest releases: v6.0.1, v6.0.0, v6.0.0-rc...
3 years ago

🔗 Links

🔬 http://sound.pixijs.download/v4.0.0/examples/index.html
📖 http://sound.pixijs.download/v4.0.0/docs/index.html
💾 http://sound.pixijs.download/v4.0.0/pixi-sound.js

🔥 Breaking Changes

  • Package name changed from pixi-sound to @pixi/sound
  • No more default export for CommonJS and ESM bundles. For example:
// v3 and before
import sound from 'pixi-sound';
// v4+, now becomes
import { sound } from '@pixi/sound';

✏️ Changed

  • Now supports PixiJS v6, with proper package typings (still works with v5)
  • TypeScript declarations are now generated from src

🐛 Fixed

Don't miss a new sound release

NewReleases is sending notifications on new releases.