@droplab/player
v0.0.7
Published
WebAudio player for the modern web.
Readme

WebAudio Player for the Web
Player is a web audio player developed by Droplab for creating websites with interactive audio.
Install
pnpm install @droplab/playerQuickstart
import { Audio } from '@droplab/player';
const sound = new Audio('/sound.mp3');
sound.volume = .5;
await sound; // await loading the sound
sound.play()License
Made with 💛
Published under MIT License.
