README
Pixi Sound
pixi-sound is a playback library plugin for Pixi.js. It uses howlerjs under the hood.
Install
$ npm install @armathai/pixi-sound # for npm users
$ yarn add @armathai/pixi-sound # for yarn users
Playback library for Pixi.js
<script type="module">
import armathaiPixiSound from 'https://cdn.skypack.dev/@armathai/pixi-sound';
</script>
pixi-sound is a playback library plugin for Pixi.js. It uses howlerjs under the hood.
$ npm install @armathai/pixi-sound # for npm users
$ yarn add @armathai/pixi-sound # for yarn users