An Audio Element that wraps the HTML audio tag.
A LitElement wrapper for the HTML element.
bash
yarn add @internetarchive/audio-element
`Usage
`js
// audio-element.js
import AudioELement from '@internetarchive/audio-element';
export default AudioElement;
``html
`Development
Prerequisite
`bash
yarn install
`Start Development Server
`bash
yarn start // start development server and typescript compiler
`Testing
`bash
yarn test
`Testing via browserstack
`bash
yarn test:bs
`Demoing using storybook
`bash
yarn storybook
`Linting
`bash
yarn lint
``