Get started with howler CDN
MIT licensed
The Howler.js library is a cross-browser, multi-format audio API for the web.
Tags:- howler
- howler.js
- audio
- sound
- webaudio
Stable version
Copied!
How to start using howler CDN
// Include Howler library from CDN
const Howler = require('howler-min.js');
// Create a new Howler instance for playing a sound
const mySound = new Howler('path/to/your/audio-file.mp3');
// Play the sound
mySound.play();
// Fade out the sound after 3 seconds
setTimeout(() => {
mySound.fade(0, 1000);
}, 3000);
Copied!
Copied!
Copied!
Copied!
All versions
1.1.0
1.1.1
1.1.10
1.1.11
1.1.12
1.1.13
1.1.14
1.1.15
1.1.16
1.1.17
1.1.18
1.1.19
1.1.2
1.1.20
1.1.21
1.1.22
1.1.23
1.1.24
1.1.25
1.1.26
1.1.27
1.1.28
1.1.29
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
2.0.0
2.0.0-beta1
2.0.0-beta10
2.0.0-beta11
2.0.0-beta12
2.0.0-beta13
2.0.0-beta14
2.0.0-beta2
2.0.0-beta3
2.0.0-beta4
2.0.0-beta5
2.0.0-beta6
2.0.0-beta7
2.0.0-beta8
2.0.0-beta9
2.0.0-rc1
2.0.0-rc2
2.0.1
2.0.10
2.0.11
2.0.12
2.0.13
2.0.14
2.0.15
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.1.0
2.1.1
2.1.2
2.1.3
2.2.0
2.2.1
2.2.2
2.2.3
*** 2.2.4