Back to Libraries
Howler.js
24k
Audio library for the modern web
License
MIT
Released
2013
Stars
24k
Use Cases
Game audio, sound effects, music players, audio sprites
Code Example
import { Howl } from 'howler';
const sound = new Howl({ src: ['sound.mp3'] });
sound.play();