audic-forked
v0.1.0
Published
Play some audio.
Downloads
2
Maintainers
Readme
This is a fork of Audic which adds the 'ended' event and an async setSrc method
Audic-forked
Play some audio.
Install
npm install audic-forked
Usage
const Audic = require("audic-forked")
new Audic("audio.mp3").play()
API
See the documentation.