Persistent audio player and related components for Irving
npm install @irvingjs/audio-playernpm install @irvingjs/audio-player --savecomponentMap.js to connect/interface with the HTML audio element. This component: component. beyond a simple play/pause button. Volume, scrubbing, next/prev buttons, etc. are up to you—there are, however, redux actions provided for managing that functionality. - HTML tag and relevant hooks for controlling it via redux state. Note that beyond the component (below) this package does not provide a UI for controlling audio. - Component for loading, playing, and pausing an audio file. The state of this button will be synced with the state of the via redux.