cracker-sound-effects
v1.0.0
Published
Play cracker and pop sound effects
Downloads
75
Readme
Cracker Sound Effects
A small npm package to play cracking or popping sound effects.
Installation
npm install cracker-sound-effects
Usage
const { playCrackerSound } = require('cracker-sound-effects');
// Play a random cracker sound
playCrackerSound();