Created
January 8, 2020 23:27
-
-
Save mrtampan/febeff94aac4f6e8b83c1da3da659c9f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
var sound = new Howl({ | |
src: ['sound.mp3'] | |
}); | |
sound.play(); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment