/sounds

Primary LanguageJavaScriptMIT LicenseMIT

Sounds


Information :

  1. Download an mp3 sound and add it to the sounds folder
  2. Add the name, value and color for the sound in js/sounds.mjs
 {
   name: 'Classroom Applause', // this name will be displayed on the button
   value: 'classroom-applause', // the mp3 sound file name
   color: 'sky-blue' // background color for the button
 }

Attributions :