Skip to content

Instantly share code, notes, and snippets.

@hibuno
Created November 11, 2017 02:20
Show Gist options
  • Save hibuno/81825fbccd4fcd2604ac39a6b9599fae to your computer and use it in GitHub Desktop.
Save hibuno/81825fbccd4fcd2604ac39a6b9599fae to your computer and use it in GitHub Desktop.
Script for Audio Context Tutorial at my medium account (https://medium.com/@muhibbudins)
// Create Random Color
function colorize() {
return color[Math.round((Math.random() * 10))] || '#ffffff';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment